ser2net on Omega 2?
-
Can I install ser2net on Omega 2? I can't find the package.
-
If you feel like compiling it...
http://ser2net.sourceforge.net/
-
I didn't know ser2net - thanks for the hint.
But i've wrote a much more primitive tool called serialfwd a few years ago that essentially does the same - making a remote serial port available via TCP. Its second function is to send and receive single hex bytes to a serial port (or to a remote serialfwd instance), for experimenting with serial peripherals.
As I use serialfwd lot on the Omega1 and 2, I made a package for it, which is in my OpenWrt/LEDE feed.
Here's a built opkg package for the Omega2
serialfwd also compiles on Mac OS X and desktop Linux with a simple cc command line:
cc -o serialfwd serialfwd.c
-
@luz Thanks - I'll give it a try.