Serial Port (FTDI driver) for Cygwin?
I am trying to port a C/C++ program (for a USB-serial device) from Linux (ubuntu) to Cygwin. The device works fine on the Windows (XP) PC (that has Cygwin installed) in the sense that it shows up as COM7 in the Windows device manager and I can talk to it using a terminal program. But in Cygwin I don't see COM7 under /dev/. :confused: Am I missing a driver for Cygwin? Please help! Thank you!
Re: Serial Port (FTDI driver) for Cygwin?
Re: Serial Port (FTDI driver) for Cygwin?
Quote:
Originally Posted by
Codeplug
Thank you! /dev/ttyS6 (for COM7) is "hidden" but works as described in the document! :)