#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <stdio.h>
Go to the source code of this file.
Variables | |
int | fd = 0 |
char | sCmd [254] |
char | sResult [254] |
QString | serialport = "/dev/ttyS0" |
QString | aoid = "08" |
QString | doid = "02" |
QString | diid = "04" |
|
Definition at line 25 of file mainwindow.ui.h. |
|
Definition at line 27 of file mainwindow.ui.h. |
|
Definition at line 26 of file mainwindow.ui.h. |
|
Definition at line 21 of file mainwindow.ui.h. |
|
Definition at line 22 of file mainwindow.ui.h. |
|
Definition at line 24 of file mainwindow.ui.h. |
|
Definition at line 23 of file mainwindow.ui.h. |