Search:

Type: Posts; User: morty346

Search: Search took 0.01 seconds.

  1. COM port CreateFile -> Close Handle Works great, unless the USB device is unplugged,

    COM port CreateFile -> Close Handle Works great, unless the USB device is unplugged, then it can not be reopened without restarted computer

    If usb device is ever unplugged, i get a return of a...
  2. Solved! chmod o+rw /dev/ttyS0 chmod o+rw...

    Solved!

    chmod o+rw /dev/ttyS0
    chmod o+rw /dev/ttyS1

    Thank you anyways!
    Greg
  3. Serial Port Access Denied using open("/dev/ttyS0", O_RDWR | O_NOCTTY | O_NDELAY);

    I am creating a program that opens a serial port for communication but it gets denied when I open it
    I have installed a board that has two ports and have verified they are working by using the...
Results 1 to 3 of 3