Ok, I'm finally pronounced brain dead. Been at this 2 weeks now.
Didn't want to bother you guys, (and gals ?)
I'm trying to send a byte to a Microchip Pic controlling an LCD display.
eg: 1 byte valued between 1 - 255
serial.Output(? :sign0148: ?) WHAT !!
I've tried
serial.Output(textbox1.text)
serial.Output(chr(textbox1.text))
serial.Output(int(textbox1.text))
I've tried serial.Output2(various variations)
I can't get the display to reproduce a number over 127.
128 shows 63 !
Or the ascii symbol for the byte sent.
Ascii is 0-127 ?????
:sign0082:
Didn't want to bother you guys, (and gals ?)
I'm trying to send a byte to a Microchip Pic controlling an LCD display.
eg: 1 byte valued between 1 - 255
serial.Output(? :sign0148: ?) WHAT !!
I've tried
serial.Output(textbox1.text)
serial.Output(chr(textbox1.text))
serial.Output(int(textbox1.text))
I've tried serial.Output2(various variations)
I can't get the display to reproduce a number over 127.
128 shows 63 !
Or the ascii symbol for the byte sent.
Ascii is 0-127 ?????
:sign0082: