I am developing software for communication with meter via serial port, and I am able to send the commands via serial, it follows the codes:
int serial_open(const char *device, int baud)
{
struct termios tio;
int fd = open(device, O_...
asked by
22.10.2018 / 13:05