sending a word from visual basic to basic stamp with a lcd
Robban
Posts: 124
Hi
trying to send a word from visual basic (like "Hello!") and want that to be displayed on my seriell 16*2 lcd display.
cant figure it out so if anyone have an example or could tell me how i would be very happy.
regards
Robban
trying to send a word from visual basic (like "Hello!") and want that to be displayed on my seriell 16*2 lcd display.
cant figure it out so if anyone have an example or could tell me how i would be very happy.
regards
Robban
Comments
www.parallax.com/html_pages/downloads/nvcolumns/Nuts_Volts_Downloads_V3.asp
Serialport1.Write(22 & "Hello")··· 'Turn the display on cursor off no blink and send string
Serialport1.Write(148 & "World")· 'Move cursor line 1 position 0 and send string
in VB 6.0 you would probably substitute Serialport1 with Mscomm1
Jeff T.
EDIT: if the data is going via a Stamp especially P16 then we need a rethink.
Post Edited (Unsoundcode) : 2/3/2007 6:12:08 PM GMT
http://www.rentron.com/sending_data.htm