* Adam Talbot talbotx@comcast.net [050113 20:39]:
-Stefan Can i set my baud rate in the config, or do i need to go change it in the code?
You should be able to set it in the config ## Select the serial console baud rate default TTYS0_BAUD=115200 #default TTYS0_BAUD=57600 #default TTYS0_BAUD=38400 #default TTYS0_BAUD=19200 #default TTYS0_BAUD=9600 #default TTYS0_BAUD=4800 #default TTYS0_BAUD=2400 #default TTYS0_BAUD=1200
but I actually meant playing with your terminal program. A very common problem is that some i2c programming is missing and that makes the serial console come out with 57600 instead of the configured 115200 baud..
Stefan