#include "Component/ModelManager.H"
#include "Devices/Serial.H"
#include "Util/Types.H"
#include "Util/log.H"
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
Send raw data and recive data
Definition in file test-Serial.C.