Can someone help me?
Boygenius32
Posts: 5
I'm trying to interface a Parallax serial LCD to a PIC16F690, using the PICBasic compiler, but I can't get the LCD to do more than display the cursor. I'm not sure what I'm doing wrong. Can someone help me out?
Comments
AT some point, you really have to get all the details right and not presume somebody else's code is just going to work without verification, especially when mixing examples that have not been intended for a given product. Parallax does provide demo code that confirms function on there micro-controllers in PBasic and detailed documentation about defaults, but it is rather impossible to do so for all the micro-controllers and any and all languages in the world at any one moment.
It certainly would help if you posted the actual code you are trying to use as all we can do is guess.
I've tried a dozen or more variants of code. Here's the last one I tried.
[emph. 'true' baudmode/s]
The problem seems to be RS-232 communication.