From the tutorial, the baud rate can be configured as:
Code: Select all
//CONFIGURE THE UART
//The flags (defined in /usr/include/termios.h - see http://pubs.opengroup.org/onlinepubs/007908799/xsh/termios.h.html):
// Baud rate:- B1200, B2400, B4800, B9600, B19200, B38400, B57600, B115200, B230400, B460800, B500000, B576000, B921600, B1000000, B1152000, B1500000, B2000000, B2500000, B3000000, B3500000, B4000000
Checking the device with stty I confirmed it:
Code: Select all
pi@raspberrypi /dev $ stty -F ttyAMA0
speed 9600 baud; line = 0;
I'm running the NOOBS install of Raspbian from NOOBS_v1_3_10.zip
Hoping this can be fixed! Also would be nice to have more baud rate options like 250kbps
Thanks!