Hi all
Just wondering if its possible to do a redirection of the SRV-CSERI ports to TCP, similar to how the serial modules worked on PAC devices. ie: the serial module on a PAC could be accessed directly from an external program with <pac_ip_address>:. Is it possible to do the same thing with the EPIC modules?
Check the bottom of this thread @philip provides an example flow that takes the EPIC Serial module and opens a TCP port (Don’t forget to open the EPIC Firewall on that same port number) to exchange the data back and forth.
Rite on!! That’s a ripper hack!!
So just to be clear, mapping of the serial ports on the modules are /dev/ttySerModx.y where x is the slot number and y is the channel?
Thanks @philip and @Beno
Minicom is in the repo and works great on EPIC for local testing.
For auto diverting, you can try netcat and pipe it to a udp stream, I had mixed success and might revisit it, but Node-RED works so well its hard to find the time on the other.
But to your point… no, ser2net is not in the repo.
Another nice feature of using Node-RED for this is the debug nodes. They are very helpful when troubleshooting communication issues to see what is coming and going.