Hi Agraham, thanks for your interest in my issue..
Well I think I need to use the serial library because I am reading a measurement from a digital caliper with serial interface, and the data request is done by triggering the DTR pin. If it was just a matter of writing/reading data yes I agree that the network library is enough. But how do I trigger the DTR PIN?
Just for telling you what the all project is about, I'd like to use a pda to feed a CNC machine with several measurements taken by digital gauges. I could get digital gauges with a USB interface but then I will have to stick with a dedicated PC for dealing with drivers. Therefore I thought to have everything serial since the CNC machine also communicates easily throught its serial port.
The problem is that a PDA has only 1 real COM port, so I cannot connect all the serial devices. That's why I need more COM ports.
I thought to overcome that by using a multi port serial to ethernet converter, the serial devices are TCP clients, and the pda is the TCP server.
So far so good until it comes to deal with triggering the DTR pin :BangHead: