Close

Say hello to parrots - Serial!

A project log for An 8-Bit BASIC computer!

This is my Open Source 8-Bit BASIC computer based on Arduino, TinyBasicPLUS, and ATMEGA1284p. Very useful for prototyping

richard-tefnRichard Štefún 06/02/2015 at 17:390 Comments

I just added a command called parrot, parrf and parrget - Serial communication commands. Usage:

parrot "string or int" - prints to serial port 1
parrget (Outputs a string) - read text from serial buffer
parrf - flush serial buffer

It looks like I'm limited to 9600 baud rate, because Arduino doesn't allow me to change it on runtime.

Discussions