Quote by Ub.Heinrich
@Tassilo,
a ModBus Server? Does make that sense?"
Ich meinte natürlich den Slave!! - Sorry
@Tassilo
If I understood german well (I apologize if I made a mistake), you were wrong both times. In MODBUS terminology MODBUS SERVER = MODBUS SLAVE, and MODBUS CLIENT = MODBUS MASTER. I know it's a little confusing but that's the way it is. First time you mentioned MODBUS SERVER, and in next message you corrected yourself saying MODBUS SLAVE, but that is the same thing. MODBUS SERVER (=SLAVE) is already implemented in AvrCo with RTU and ASCII serial line protocols, so master (PC for example) can read many AVR slaves. MODBUS is by specification single master multi slaves protocol. I suppose that you originally wanted to say that you want MODBUS MASTER (=CLIENT). I didn't implement MODBUS MASTER (=CLIENT) in AvrCo, but I can if Rolf contacts me on this matter. There are no plans for it, yet. However, I think that implementation of MODBUS SLAVE for ethernet has much bigger audience and it may be more important for AvrCo. Anyway, it's up to Rolf to decide if any of this is needed and should be scheduled at all.