Good morning everybody.
Is it possible, using RouterOS to do the following.
I have a device on the serial port.
The device just outputs data to serial port.
I usualy used a serial to ip module (from TIBBO). That module connected to an ip address and port and just forwarded that serial data to that ip (where an application knew what to do with the data)
So, what i am trying is to forward data from serial port to an ip (eg. 10.0.0.50:1001) (on any condition and without having to enter username or password anywhere)
My serial port is allready configured for remote access (since i wanted to connect to the device for configuration purposes)
thanks