Save data recived on RS232 to file

Hi,

I have tried to save date revived on RS232 communication. But my way unfortunately don’t work.

I tried this:

/file set output.txt contents=[/system serial-terminal serial0]

serial0 is not used by RouterOS serial-console → /system console disable 0
and output.txt exist of course.

Any idea how to manage this?

As far as I know you can’t save output to file.

Thanks for replay.
So how to forward* data from serial0 port to PC connected to LAN?

*transfer (sorry I am not English specialist and not sure the word forward is correct).

I believe you are looking for “remote access” feature
http://wiki.mikrotik.com/wiki/Manual:Port#Remote_Access

http://wiki.mikrotik.com/wiki/Serial_Port_Usage#Accessing_a_serial_device_as_if_it_were_physically_connected_to_your_PCs.27_COM_port

Yes it work excellent as far as going about connecting RS232 and PC. If I manage with OpenWrt I will give feedback.
Thx.