A
I am implementing the modbus protocol for TCP/IP. Per the TCP/IP implementation guidelines, I understood that a slave can handle upto 16 connections simultaneously. I believe this can be implemented using multithreading concept. But can a slave device (for eg: a PLC or embedded controller) handle 16 such threads in parallel without any issues? And another question, is there any other way to implement this without multi-threading concept?
