monkhandle
Programmer
How could I proxy IO data (or even control data) from one to another device transparently?
I need to spy traffic on serial port:
linux application <-> proxy device (writes all IO data to file besides proxying) <-> serial device (/dev/ttyS0)
I searched on inet, found nothing like this. What could be done? To write device driver, that just proxies data to/from target device ? Any easier solution ?
BR
I need to spy traffic on serial port:
linux application <-> proxy device (writes all IO data to file besides proxying) <-> serial device (/dev/ttyS0)
I searched on inet, found nothing like this. What could be done? To write device driver, that just proxies data to/from target device ? Any easier solution ?
BR