| Lines 53-54 were replaced by line 53 |
| - For a simple driver, which is only a monitor (like a level meter), |
| - one needs to define |
| + For a driver, one needs to define |
| At line 58 added 3 lines. |
| + * a protocol dependent handler, dealing with the specialities of |
| + a protocol. This is normally implemented in a separate source file, |
| + as it might be used for different devices using the same protocol. |
| Line 60 was replaced by line 62 |
| - operation needed to drive to the target value |
| + operations needed to drive to the target value |
| At line 64 added 9 lines. |
| + |
| + !Currently implemented drivers |
| + |
| + Oxford Instruments Devices (protocol handler: oxinst.c) |
| + * ilmdriv.c (based on EaseBase) |
| + * ipsdriv.c, itcdriv.c, ighdriv.c (based in EaseDriv) |
| + |
| + ModBus devices (protocol handler: modbus.c) |
| + * euro2kdriv.c (based on EaseDriv) |