by i-Bot » Tue Oct 26, 2010 4:24 pm
by i-Bot
Tue Oct 26, 2010 4:24 pm
The LCD port always works at 4800 bps, unless you download a firmware patched version for 9600 bps.
The LCD port uses the PRINT command and only takes a number or constant as the value.
So the equivalent for the LCD port would be:
PRINT 10
You don't need any of the other LCD commands.
The only way to send variables to LCD is to use PRINT FORMAT, which sends variables as ASCII encoded values not raw values. This is either really useful or really bad depending on what you want to connect.
What are you trying to connect to the serial ports ? Can you use 4800 bps ?
The LCD port always works at 4800 bps, unless you download a firmware patched version for 9600 bps.
The LCD port uses the PRINT command and only takes a number or constant as the value.
So the equivalent for the LCD port would be:
PRINT 10
You don't need any of the other LCD commands.
The only way to send variables to LCD is to use PRINT FORMAT, which sends variables as ASCII encoded values not raw values. This is either really useful or really bad depending on what you want to connect.
What are you trying to connect to the serial ports ? Can you use 4800 bps ?