lpcmanager
Clone
Summary
Browse
Changes
Graph
RS485: in case of LHC-1 products allow more than 32 devices on a bus (because each physical LHC1 device has two addresses on the bus).
5 months ago, Tomaz Orac
8bc93d4df301
RS485: in case of LHC-1 products allow more than 32 devices on a bus (because each physical LHC1 device has two addresses on the bus).
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "beremiz.h"
#include "rt_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;