RCOM PROJ
File transfer via serial port
|
#include "dcp.h"
Functions | |
int | llopen (int porta, int type) |
Opens a data connection with the serial port. More... | |
int | llwrite (int fd, char *buffer, int lenght) |
Writes the content of buffer to fd. More... | |
int | llread (int fd, unsigned char *buffer) |
Reads from fd to buffer. More... | |
int | llclose (int fd) |
Closes the connection to the serial port. More... | |
Variables | |
static struct sigaction | old_action |
sigaction to restore SIGALRN handler More... | |
int | testSend =0 |