#include "../di_serial_io/di_serial_io.h"
#include "../di_serial_io/di_serial_io.h"
Go to the source code of this file.
Functions | |
const bool | Ccmd (di_serial_io &conn, const u_int8_t code=0x3F) |
Channels to scan. | |
const bool | Dcmd (di_serial_io &conn, const u_int8_t code=0) |
Digital channel. | |
const bool | Ncmd (di_serial_io &conn, char *sn) |
Get serial. | |
const bool | Scmd (di_serial_io &conn, const u_int8_t code=0) |
Start/Stop acquisition. |
Special commands for the DI-194RS. All commands return true on success, false otherwise.
Definition in file di194_commands.h.