Go to the source code of this file.
Functions | |
| void | sciinit (long baud) |
| int | havebyte (void) |
| char | inbyte (void) |
| void | outbyte (char tx) |
| int | sendingbyte (void) |
To use the functions defined in this file, include <68332/qsm.h> and link libqsm.a.
|
|
Initialize asynchronous serial communications.
|
|
|
Check if there's a character waiting to be read that has been received via the serial port.
|
|
|
Read a character that has been received via the serial port.
|
|
|
Transmits a character via the serial port.
|
|
|
Checks whether the serial port is currently transmitting a byte.
|
1.3.6