I have several of the same device that responds to ascii strings . How could I communicate to these devices from a brx over a network. Will a serial Ethernet converter do the job ?
Let me offer the disclaimer that I haven't used one myself, but was just looking at a couple such devices. They look to be using a TCP port like a terminal, so yes, it should just be a matter of opening a TCP connection (Do-more TCP Client device) to it with OPENTCP and then using STREAMIN/STREAMOUT to read and write.