I just bought a CFA-635 and had it Programmed for serial TTL level. I hooked it up to WINTEST Through a Serial adapter board from Crystal Fontz, and it works great on WINTEST. But when I hooked it to a Basic Stamp 2 form PARALLAX, all that I can do is receive Information from the LCD. It will not respond to any Packets that I send it. Here is a test that I tried.
BAUD CON $4020 'Set Baud rate to 19200 inverted
PAUSE 4000
LOW 2
begining:
SEROUT 2,BAUD,[14,1,1,$DE86]
END
The CFA's RX Pin is hooked to the BS2's Pin 2.
I had to look up the CRC from the Packet Debugger on WINTEST.
What does the CRC consist of, how do I calculate it? I've looked at the data sheet but I don't understand how to calculate the CRC.
Joe
BAUD CON $4020 'Set Baud rate to 19200 inverted
PAUSE 4000
LOW 2
begining:
SEROUT 2,BAUD,[14,1,1,$DE86]
END
The CFA's RX Pin is hooked to the BS2's Pin 2.
I had to look up the CRC from the Packet Debugger on WINTEST.
What does the CRC consist of, how do I calculate it? I've looked at the data sheet but I don't understand how to calculate the CRC.
Joe
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.