Is there a way to get SEROUT or SEROUT2 to send data MSB first? The RS232 standard is LSB first and that is all I can find. I have no problem doing it in assembler but would like to use BASIC.
Printable View
Is there a way to get SEROUT or SEROUT2 to send data MSB first? The RS232 standard is LSB first and that is all I can find. I have no problem doing it in assembler but would like to use BASIC.
Why don't you use SHIFTOUT instead? With SHIFTOUT you can have either MSB or LSB modes.
Robert
Thanks, I will give it a try. The display driver apparently ignores start and stop bits anyway.
Frank