by Pev » Thu Mar 09, 2006 8:36 pm
by Pev
Thu Mar 09, 2006 8:36 pm
Well for those who are interested this is what I have been able to find out about the LCD port.
I haven't been able to get an LCD to work but this has now become obvious to me. The RoboNova LCD port runs at 4800 Baud, 8-N-1 and obviously no flow control. I don't have an LCD that will do 4800 baud
I have managed to prove this by hooking the port up to my PC via a TTL/RS232 level converter and setting up Hyperterm to the above settings. I can now get debug info by printing the values I need to the LCD port.
One thing to watch, you have to call LCDINIT before the PRINT command or nothing happens.
Hope this is useful to someone other than me lol
Pev
Well for those who are interested this is what I have been able to find out about the LCD port.
I haven't been able to get an LCD to work but this has now become obvious to me. The RoboNova LCD port runs at 4800 Baud, 8-N-1 and obviously no flow control. I don't have an LCD that will do 4800 baud
I have managed to prove this by hooking the port up to my PC via a TTL/RS232 level converter and setting up Hyperterm to the above settings. I can now get debug info by printing the values I need to the LCD port.
One thing to watch, you have to call LCDINIT before the PRINT command or nothing happens.
Hope this is useful to someone other than me lol
Pev