eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
erpc_serial.h File Reference
#include <stdint.h>
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <termios.h>
#include <unistd.h>
+ Include dependency graph for erpc_serial.h:

Go to the source code of this file.

Functions

int serial_setup (int fd, speed_t speed)
 
int serial_set_read_timeout (int fd, uint8_t vtime, uint8_t vmin)
 
int serial_write (int fd, const char *buf, int size)
 
int serial_read (int fd, char *buf, int size)
 
int serial_open (const char *port)
 
int serial_close (int fd)