CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2010
    Posts
    105

    Question 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/. Am I missing a driver for Cygwin? Please help! Thank you!

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

  3. #3
    Join Date
    Nov 2010
    Posts
    105

    Re: Serial Port (FTDI driver) for Cygwin?

    Thank you! /dev/ttyS6 (for COM7) is "hidden" but works as described in the document!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured