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).
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s