Re: COM port setup

2003-03-25 Thread Christopher Faylor
On Tue, Mar 25, 2003 at 09:12:50AM -0700, Martin Gainty wrote: >A quick heads up: >Standard Binaries wont run under cygwin- Cygwin is a Windows application. It doesn't run linux binaries. That is what you seem to be referring to as "standard". A "standard" binary for Windows would be a windows

Re: COM port setup

2003-03-25 Thread Martin Gainty
TECTED]> Sent: Tuesday, March 25, 2003 8:48 AM Subject: Re: COM port setup > Please check out the project web page for links to available information > and ports: http://cygwin.com/ . > > If you don't see what you need there, then the cygwin mailing list is > the best plac

Re: COM port setup

2003-03-25 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the project

RE: COM port setup

2003-01-17 Thread Paul Munden
<[EMAIL PROTECTED]To: Paul Munden/UK/IBM@IBMGB, <[EMAIL PROTECTED]> ndns.org>cc:

RE: COM port setup

2003-01-17 Thread Sergey Okhapkin
Cygwin has pseudo /dev directory, the device name mapping is /dev/ttyS0 - com1 /dev/ttyS1 - com2 /dev/ttyS2 - com3 /dev/ttyS3 - com4 You can use both unix and windows device names to open a com port, ie fopen("/dev/ttyS0") and fopen("com1") do the same, but I suggest you to use unix-like names. >

Re: COM port setup

2003-01-16 Thread Christopher Faylor
On Thu, Jan 16, 2003 at 12:54:24PM -0500, Igor Pechtchanski wrote: >On Thu, 16 Jan 2003, Paul Munden wrote: > >> Hi, >> >> I'm hoping you could help me. I'm using CYGWIN to run some SMS tools and >> the tools config files need setting up to add the details of which com port >> I'm using. Basically

Re: COM port setup

2003-01-16 Thread Igor Pechtchanski
On Thu, 16 Jan 2003, Paul Munden wrote: > Hi, > > I'm hoping you could help me. I'm using CYGWIN to run some SMS tools and > the tools config files need setting up to add the details of which com port > I'm using. Basically I just need to know how I would go about creating the > com4 object in /de