Lines Matching full:serial
31 * This is the interface to the platform specific serial IO module
56 * Opens a serial device for communication.
59 * @return handle to serial device if successful, NULL otherwise
66 * Sends a single character to the serial device.
69 * @param fd serial device handle
78 * Receives a single character from the serial device.
80 * @param fd serial device handle
89 * Reads from the serial device.
91 * @param fd serial device handle
104 * Tries to read from the serial device. Same as sio_read but returns
107 * @param fd serial device handle
117 * Writes to the serial device.
119 * @param fd serial device handle
133 * @param fd serial device handle