Page 1 of 1

LK204-25 Baud Rate issue

Posted: Wed May 27, 2009 2:59 am
by taiwest
I am unable to set the baud rate above 38400. As soon as I attempt 57600 I am getting gibberish. I am using an arduino NG as my dev board. Any ideas?
//Serial.print(51, BYTE); //19200
//Serial.print(34, BYTE); //28800
Serial.print(25, BYTE); //38400
//Serial.print(16, BYTE); //57600
Thank you

Posted: Wed May 27, 2009 11:18 am
by Clark
Hi Taiwest,

If you could, I'd recommend connecting your Arduino back to your PC and using a program such as Hyperterminal to confirm that the board is communicating at 57600 baud. You should be able to do the same for the display as well. If you can not solve the problem this way, please post your findings and I'll provide some additional info.

Thanks,
~Troy