"Serout" Command help
jdolecki
Posts: 726
My current program uses this line.
SEROUT 15,n9600, [noparse][[/noparse] "Pistol:" ] To display on my LCD.
I want to display a message stored in eeprom, with the "Data" command.
Like this.
msg1· DATA· "Pistol",0
msg2· DATA· "Assault",0
Msg3· DATA· "Sniper",0
So the SEROUT command would look to the eeprom to get the current message.
SEROUT· 15,n9600, [noparse][[/noparse] msg1]
I hope I explained it clearly.
Thanks
SEROUT 15,n9600, [noparse][[/noparse] "Pistol:" ] To display on my LCD.
I want to display a message stored in eeprom, with the "Data" command.
Like this.
msg1· DATA· "Pistol",0
msg2· DATA· "Assault",0
Msg3· DATA· "Sniper",0
So the SEROUT command would look to the eeprom to get the current message.
SEROUT· 15,n9600, [noparse][[/noparse] msg1]
I hope I explained it clearly.
Thanks
Comments
This is duplicate thread as you already had one asking about displaying data on your LCD. You should follow up in your original thread in the future rather than starting a new one on the same topic.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering