#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 211 of file amtec_io.c.
void amtecDeviceSetBaudrate | ( | amtec_powercube_device_p | dev, | |
int | brate | |||
) |
Definition at line 198 of file amtec_io.c.
void amtecDeviceSetParams | ( | amtec_powercube_device_p | dev | ) |
Definition at line 175 of file amtec_io.c.
int amtecGetAnswer | ( | amtec_powercube_device_p | dev, | |
unsigned char * | cmd, | |||
int * | len | |||
) |
Definition at line 421 of file amtec_io.c.
int amtecSendCommand | ( | amtec_powercube_device_p | dev, | |
int | id, | |||
unsigned char * | cmd, | |||
int | len | |||
) |
Definition at line 304 of file amtec_io.c.