View previous topic :: View next topic |
Author |
Message |
ytuloyal
Joined: 03 Mar 2006 Posts: 1
|
9 bits rs232 communication failure |
Posted: Fri Mar 03, 2006 7:46 am |
|
|
Attention,
CCs complier does not send 9 bits on rs232 please check it |
|
|
FISH6942
Joined: 03 Feb 2006 Posts: 13 Location: Minnesota
|
Re: 9 bits rs232 communication failure |
Posted: Fri Mar 03, 2006 3:18 pm |
|
|
ytuloyal wrote: | Attention,
CCs complier does not send 9 bits on rs232 please check it |
I'm currently working with their compiler in a 9-bit application and it definitely does send all 9 bits for me. |
|
|
Ttlemah Guest
|
|
Posted: Sat Mar 04, 2006 4:51 am |
|
|
You do understand that you have to specify the ninth bit to send seperately, or use the 'long data' flag in the setup (on older compilers, you have to use the former method). You then have to remember that a normal character, will not have nine bits.
It does work, provided you use the long data flag, and send 16bit values to the functions.
Best Wishes |
|
|
|