Command trouble with stamp driven LK204-25-WB
Posted: Fri Apr 16, 2004 12:05 pm
Henry,
I'm messing around with a new LK204-25-WB we plan on using for a few projects here at Sea World. I'm using a Basic stamp 2 chip and following the simple example of sending text and/or commands to display from a basic stamp. This example was included in the Matrix Orbital box. The very simple serial code is:
Sending Text:
serout 1, 84, ["hello world"] ' this works fine
Issuing a Command:
serout 1, 84, [254]' Command prefix
serout 1, 84, [88]' Clear screen 'this does not work In fact I can not get any command prefix codes to work. Instead the display writes a 'X' to the screen.
Does this make since?
Thanks in advance!
I'm messing around with a new LK204-25-WB we plan on using for a few projects here at Sea World. I'm using a Basic stamp 2 chip and following the simple example of sending text and/or commands to display from a basic stamp. This example was included in the Matrix Orbital box. The very simple serial code is:
Sending Text:
serout 1, 84, ["hello world"] ' this works fine
Issuing a Command:
serout 1, 84, [254]' Command prefix
serout 1, 84, [88]' Clear screen 'this does not work In fact I can not get any command prefix codes to work. Instead the display writes a 'X' to the screen.
Does this make since?
Thanks in advance!