#include "amtec_base.h"

Go to the source code of this file.
Functions | |
| int | amtecDeviceConnectPort (amtec_powercube_device_p dev) |
| void | amtecDeviceSetBaudrate (amtec_powercube_device_p dev, int brate) |
| void | amtecDeviceSetParams (amtec_powercube_device_p dev) |
| int | amtecGetAnswer (amtec_powercube_device_p dev, unsigned char *cmd, int *len) |
| int | amtecSendCommand (amtec_powercube_device_p dev, int id, unsigned char *cmd, int len) |
| int amtecDeviceConnectPort | ( | amtec_powercube_device_p | dev | ) |
Definition at line 214 of file amtec_io.c.
| void amtecDeviceSetBaudrate | ( | amtec_powercube_device_p | dev, |
| int | brate | ||
| ) |
Definition at line 201 of file amtec_io.c.
| void amtecDeviceSetParams | ( | amtec_powercube_device_p | dev | ) |
Definition at line 176 of file amtec_io.c.
| int amtecGetAnswer | ( | amtec_powercube_device_p | dev, |
| unsigned char * | cmd, | ||
| int * | len | ||
| ) |
Definition at line 430 of file amtec_io.c.
| int amtecSendCommand | ( | amtec_powercube_device_p | dev, |
| int | id, | ||
| unsigned char * | cmd, | ||
| int | len | ||
| ) |
Definition at line 307 of file amtec_io.c.