wa1tnr / bitbanged-serial-a

Bitbanged serial - SAMD51 - Atmel Start - old project from 10 August 2018 or thereabouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sun Nov 1 19:02:14 GMT 2020

Bitbanged Serial

Program is working well. Prints some sample text, then an endless string of ascii '5' for use when calibrating the exact value of 'SECU' (see code).

8.68 uSec basic pulse width (115,200 bps)

ItsyBitsyM4 (ATSAMD51G19A) from Adafruit.

Older version of this README follows.

Sun Nov 1 11:52:16 UTC 2020

Bitbanged Serial

This seems to be a variant of ainsuForth-d51, privately held as expA (experiment 'A' iirc).

https://github.com/wa1tnr/ainsuForth-d51.git

If that's the case, it's an Atmel Start based experiment on serial output, using only software.

Hardware: Probably Feather M4 Express.

At this writing (November 2020) there's just the one C source file, distinguished by 'bit_CLR' and 'bit_SET' utterances

(That will probably identify the correct file uniquely).

About

Bitbanged serial - SAMD51 - Atmel Start - old project from 10 August 2018 or thereabouts.

License:GNU Lesser General Public License v2.1


Languages

Language:C 99.3%Language:C++ 0.5%Language:Makefile 0.1%Language:Shell 0.0%