 |
| Site Admin |
 |
Joined: Thu Mar 01, 2001 11:00 am Posts: 903 Location: Temecula, CA
|
|
The hserial interrupt probably wouldn't handle the syncronous communications correctly(not saying it wouldn't though). If all you do is write it may work. SetHSerial2 to setup the hserial interrupt handler, then manually change the SCI3_2 registers to make it syncronous serial and give it a try.
If that doesn't work, just do the same thing except don't use the SetHSerial2 command. Then to send a byte you just load the transmit buffer with a byte and continue doing other things until the TEND(I think) flag is set.
|
|