#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <time.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <string.h>
#include "xalib.h"
#include "os_dep_serial.h"
#include "statique.h"
#include <errno.h>
#include "erreur.h"
Go to the source code of this file.
Defines | |
| #define | OS_DEP_USB_C |
| #define | SOURCE_ERREUR "os_dep_serial" |
| #define | SCREEN_LEVEL 2 |
Functions | |
| int | serial::open (char serial) |
| Ouverture du port série. | |
| void | serial::close (void) |
| Fermeture des ports série ouverts. | |
| int | serial::write (short length) |
| Écriture sur le port série courant. | |
| int | serial::read (unsigned int *somme) |
| Lecture sur le port série courant. | |
Variables | |
| char | XA_comm_init [2] = {0,0} |
| int | XA_curr_comm |
| int | XA_comm_port [2] |
Definition in file os_dep_serial.c.
1.4.4