Hi,
I want to sample what's coming from the serial port /dev/cuau0 in a script or program.
The problem is that the serial port is used by ntpd and if I do
Is there a way to share the communication from the serial port to two applications at the same time?
Thanks in advance for any help.
Cheers,
Pete
I want to sample what's coming from the serial port /dev/cuau0 in a script or program.
The problem is that the serial port is used by ntpd and if I do
# cat /dev/cuau0
I can see what's coming from the serial port but I also interrupt the communication between the serial port and ntpd.Is there a way to share the communication from the serial port to two applications at the same time?
Thanks in advance for any help.
Cheers,
Pete