|
Hamlib
1.2.15
|
Serial port IO. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <sys/time.h>#include <sys/types.h>#include <hamlib/rig.h>#include "serial.h"#include "misc.h"Defines | |
| #define | OPEN open |
| #define | CLOSE close |
| #define | IOCTL ioctl |
Functions | |
| int | serial_open (hamlib_port_t *rp) |
| Open serial port using rig.state data. | |
| int | serial_setup (hamlib_port_t *rp) |
| Set up Serial port according to requests in port. | |
| int | serial_flush (hamlib_port_t *p) |
| Flush all characters waiting in RX buffer. | |
| int | ser_open (hamlib_port_t *p) |
| Open serial port. | |
| int | ser_close (hamlib_port_t *p) |
| Close serial port. | |
| int | ser_set_rts (hamlib_port_t *p, int state) |
| Set Request to Send (RTS) bit. | |
| int | ser_get_rts (hamlib_port_t *p, int *state) |
| Get RTS bit. | |
| int | ser_set_dtr (hamlib_port_t *p, int state) |
| Set Data Terminal Ready (DTR) bit. | |
| int | ser_get_dtr (hamlib_port_t *p, int *state) |
| Get DTR bit. | |
| int | ser_set_brk (hamlib_port_t *p, int state) |
| Set Break. | |
| int | ser_get_car (hamlib_port_t *p, int *state) |
| Get Carrier (CI?) bit. | |
| int | ser_get_cts (hamlib_port_t *p, int *state) |
| Get Clear to Send (CTS) bit. | |
| int | ser_get_dsr (hamlib_port_t *p, int *state) |
| Get Data Set Ready (DSR) bit. | |
Serial port IO.
Hamlib documentation for version 1.2.15 -- Thu Feb 2 2012 21:37:28
Project page: http://www.hamlib.org