![]() |
Hamlib
4.3
|
Parallel 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 "parallel.h"
Functions | |
int | par_open (hamlib_port_t *port) |
Open Parallel Port. More... | |
int | par_close (hamlib_port_t *port) |
Close Parallel Port. More... | |
int | par_write_data (hamlib_port_t *port, unsigned char data) |
Send data on Parallel port. More... | |
int | par_read_data (hamlib_port_t *port, unsigned char *data) |
Receive data on Parallel port. More... | |
int | par_write_control (hamlib_port_t *port, unsigned char control) |
Set control data for Parallel Port. More... | |
int | par_read_control (hamlib_port_t *port, unsigned char *control) |
Read control data for Parallel Port. More... | |
int | par_read_status (hamlib_port_t *port, unsigned char *status) |
Get parallel port status. More... | |
int | par_lock (hamlib_port_t *port) |
Get a lock on the Parallel Port. More... | |
int | par_unlock (hamlib_port_t *port) |
Release lock on Parallel Port. More... | |
int | par_ptt_set (hamlib_port_t *p, ptt_t pttx) |
Set or unset Push to talk bit on Parallel Port. More... | |
int | par_ptt_get (hamlib_port_t *p, ptt_t *pttx) |
Get state of Push to Talk from Parallel Port. More... | |
int | par_dcd_get (hamlib_port_t *p, dcd_t *dcdx) |
get Data Carrier Detect (squelch) from Parallel Port More... | |
Parallel Port IO.