RCOM PROJ
File transfer via serial port
dcp.c File Reference
#include "dcp.h"
Include dependency graph for dcp.c:

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