PDA

View Full Version : Serial output.



K2EZRW1NTW
- 21st November 2009, 01:59
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.

rsocor01
- 21st November 2009, 02:46
Why don't you use SHIFTOUT instead? With SHIFTOUT you can have either MSB or LSB modes.

Robert

K2EZRW1NTW
- 21st November 2009, 02:58
Thanks, I will give it a try. The display driver apparently ignores start and stop bits anyway.
Frank