First, I apologize if this question is in the wrong category. I am very new to this and need some help pointing me in the right direction.
I have a device that outputs a string of data via RS422. I would like to send that data by UDP or TCP. My end goal would to be able to view the data on the Java Applet or a telnet connection. I imagine it would work like connecting to the correct IP address and viola there is the data.
I’m I over my head on this? I do have limited C programming experience, its been a while so its a little rusty.
There is python router software which you can install on the ConnectPort series. it routes URL strings to either http(s) or udp.
There’s also an option to reroute the data to multiple udp servers.
Thank you for the quick response. I should have mentioned that I currently have the DigiConnect ME9210 development board. Should I get the Plug and Play DigiConnect ME instead?
So I do have NET+OS 7.5. I tried the TCP-Serial Tunnel Application sample. I get the dev board to communicate through the serial port (as seen on the terminal window in debug), and I can connect to the DigiConnect ME9210 through telnet. I have yet to figure a way to get data back and forth. Do I need to add some more code? I will continue to tinker.