• Say hello to parrots - Serial!

    Richard Štefún06/02/2015 at 17:39 0 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.