[OT] RE: COM Port Question

2004-07-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Tester Field > Sent: 16 July 2004 14:58 > Thank you for your response. I was wondering if there > any way of testing whether the device attached to > COM1, is receiving any data. I have done ls-al > /dev/com1 and I see the file. Howeve

Re: COM Port Question

2004-07-16 Thread Tester Field
Thank you for your response. I was wondering if there any way of testing whether the device attached to COM1, is receiving any data. I have done ls-al /dev/com1 and I see the file. However, how can I verify that the device attached is receiving any data. Any idea? Any utilities provided to monitor

Re: COM Port Question

2004-07-16 Thread Brian Ford
On Thu, 15 Jul 2004, Tester Field wrote: > Hi, >   > I have installed Cygwin on a Dell PC with windows > 2000, and I am trying to sent AT command to an > external modem attached on COM1. >   > My questions are: >   > 1) What do I need to do for cygwin to recognize COM1? Nothing :-). > 2) Is ther

Re: com/sun/jini/example/launcher/StartService

2004-03-23 Thread Shankar Unni
George Hester wrote: I thought I could use UNIX notation in Cygwin but I see I cannot. oops. Wrong again. Cygwin is not a tool that magically wanders over all your installed applications (e.g. Office) and somehow makes them "Unix-aware". Applications compiled against cygwin libraries can use P

Re: com/sun/jini/example/launcher/StartService

2004-03-22 Thread George Hester
OK Ivan I will attempt that after I get my brand spanking new Cygwin in. I thought I could use UNIX notation in Cygwin but I see I cannot. oops. George Hester __ "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 22 Mar 2004, George Hester wrote

Re: com/sun/jini/example/launcher/StartService

2004-03-22 Thread Igor Pechtchanski
On Mon, 22 Mar 2004, George Hester wrote: > This command line in the Bash shell: > > java -cp /files/jini1_2/lib/jini-ext.jar:/files/jini1_2/lib/jini-examples.jar > com.sun.jini.example.launcher.StartService > > becomes > > java -cp /files/jini1_2/lib/jini-ext.jar:/files/jini1_2/lib/jini-examples

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 & other executable filename extensions

2003-03-12 Thread Igor Pechtchanski
On Wed, 12 Mar 2003, Lee D. Rothstein wrote: > Anybody know why under both "cygwin.bat" & 'cmd.exe', I must explicitly > type the '.com' extension in order to get a '.com' file to execute. > > I've tried adding the following line to > 'cygwin.bat': > > set PATHEXT=%PATHEXT%;.sf;.ksf;.cmd;.com;.e

RE: COM

2003-03-05 Thread Manu Anand
Thanks There are things known and things Unknown. In between are the doors - Jim Morrison > -- > From: Robert Praetorius[SMTP:[EMAIL PROTECTED] > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 10:00 PM > To: Manu Anand > Subject:

RE: COM

2003-03-05 Thread Manu Anand
he doors - Jim Morrison > -- > From: Randall R Schulz[SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 9:54 PM > To: [EMAIL PROTECTED] > Subject: Re: COM > > Robert, > > At 08:13 2003-03-05, Robert Praetorius wrote: > > > Hi Gang > >

Re: COM

2003-03-05 Thread Randall R Schulz
Robert, At 08:13 2003-03-05, Robert Praetorius wrote: > Hi Gang > How do I link my COM pgms? For half a second I was ready to fling http://www.catb.org/~esr/faqs/smart-questions.html. Fling away! Is it COM, Component Object Model (with it's cousin DCOM, Distributed COM) or is it CO

Re: COM

2003-03-05 Thread Robert Praetorius
> Hi Gang > How do I link my COM pgms? For half a second I was ready to fling http://www.catb.org/~esr/faqs/smart-questions.html. at you - then I realized that grepping the web (or even the cygwin.com corner of it) for COM is a nontrivial proposition. I don't know from COM, b

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

RE: COM Servers

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
From: Larry Hall (RFK Partners, Inc) [mailto:lhall@;rfk.com] >%% Sent: Saturday, October 26, 2002 1:23 PM >%% To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >%% Subject: Re: COM Servers >%% >%% >%% At 11:38 AM 10/25/2002, Bob Calco wrote: >%% >Anyone: >%% > >%% >I

RE: COM Servers

2002-10-26 Thread Bob Calco
% -Original Message- %% From: Larry Hall (RFK Partners, Inc) [mailto:lhall@;rfk.com] %% Sent: Saturday, October 26, 2002 1:23 PM %% To: [EMAIL PROTECTED]; [EMAIL PROTECTED] %% Subject: Re: COM Servers %% %% %% At 11:38 AM 10/25/2002, Bob Calco wrote: %% >Anyone: %% > %% >I've looked f

Re: COM Servers

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
At 11:38 AM 10/25/2002, Bob Calco wrote: >Anyone: > >I've looked for information about building COM servers with Cygwin but a.) >the archive search tool crapped out on me when I attempted a search, and b.) >question doesn't appear on the FAQ list. Feel free to use google and point it at cygwin.co