Lines Matching full:serial
31 * This is the interface to the platform specific serial IO module
55 * Opens a serial device for communication.
58 * @return handle to serial device if successful, NULL otherwise
65 * Sends a single character to the serial device.
68 * @param fd serial device handle
77 * Receives a single character from the serial device.
79 * @param fd serial device handle
88 * Reads from the serial device.
90 * @param fd serial device handle
103 * Tries to read from the serial device. Same as sio_read but returns
106 * @param fd serial device handle
116 * Writes to the serial device.
118 * @param fd serial device handle
132 * @param fd serial device handle