#include "history.h"
Go to the source code of this file.
Defines | |
#define | __ser_core_h 1 |
#define | ser_verbose 0 |
#define | ser_noverbose 1 |
Functions | |
serdev * | serial_open (char *dev, int stty_baud, int *err) |
initializer, has t be called before the serial port can be used | |
void | serial_close (serdev *device) |
destrucor, has to be called after the seraial port has been used | |
int | serial_reopen (serdev *device) |
reopens and reconigures the unix deice file representing the serial port | |
int | serial_read (serdev *device, void(*intputproc)(const char *)) |
tryes to read somethng from the serial port | |
int | serial_read_timeout (serdev *device, int timeout, char *ergstr) |
int | serial_wait_lines (serdev *device, int nr, int timeout) |
int | serial_write (serdev *device, const char *commandstr, void(*outputproc)(const char *)) |
void | serial_verbose (serdev *device, int nooutput) |
int | serial_write_byte (serdev *device, int byte) |
Copyright (C) 2001-2003 Oliver Cordes (see source file for email)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
destrucor, has to be called after the seraial port has been used
|
|
initializer, has t be called before the serial port can be used
|
|
tryes to read somethng from the serial port
|
|
reopens and reconigures the unix deice file representing the serial port
|