|
Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
|
Macros | |
| #define | PORT 0x3f8 |
| Serial port COM1 number. More... | |
Functions | |
| void | initSerial () |
| Initializes the serial port. More... | |
| int | serialReceived () |
| Checks whether we received some data on the serial port. More... | |
| char | readSerial () |
| Gets a character from the serial port. More... | |
| int | isTransmitEmpty () |
| Checks whether our serial line buffer is empty or not. More... | |
| void | writeSerial (char a) |
| Writes a character into the serial port. More... | |
| #define PORT 0x3f8 |
Serial port COM1 number.
| void initSerial | ( | ) |
Initializes the serial port.
| int isTransmitEmpty | ( | ) |
Checks whether our serial line buffer is empty or not.
| char readSerial | ( | ) |
Gets a character from the serial port.
| int serialReceived | ( | ) |
Checks whether we received some data on the serial port.
| void writeSerial | ( | char | a | ) |
Writes a character into the serial port.
| a | The character to write |
1.8.13