I
ibwhoib
Hey all,
I caught a job where I have to write a linux daemon that communicates with a
device connected to a serial port. Here are some details.
I connect to the device in the standard fashion:
fd = open(device, O_RDWR | O_NOCTTY | O_NDELAY);
I set the port options:
I caught a job where I have to write a linux daemon that communicates with a
device connected to a serial port. Here are some details.
I connect to the device in the standard fashion:
fd = open(device, O_RDWR | O_NOCTTY | O_NDELAY);
I set the port options: