I am trying to interface a serial Crystalfontz CFA-635 LCD to a BS2p. I believe I have the CRC probem handled, but the thing i am really having trouble with is the \ character. For example if i try to send out this:
the stamp editor complains about the \ character.
31 = send data to lcd (row,col)
7 = data length
\000 = row address
\001 = col address
hello = text to display
$85,$05 = CRC
Does anyone have any ideas on how to send out this command properly?
Code:
SEROUT SO, Baud,[31,7,\000\001hello,$85,$05]
31 = send data to lcd (row,col)
7 = data length
\000 = row address
\001 = col address
hello = text to display
$85,$05 = CRC
Does anyone have any ideas on how to send out this command properly?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.