Serial Port Problem

2007-08-13 Thread Romeo Ahohe
Hi, I have a PC with multiple serial ports. One of the COM port is the regular COM1 that comes with most PCs. The other ports are all located on a PCI card. Under windows, those ports are mapped to COM3, 4, 5, and 6. Under Linux, they are mapped to /dev/ttyS2, /dev/ttyS3, /dev/ttyS4, and /dev/ttyS

Re: Port problem

2002-04-07 Thread Gerrit P. Haase
Hallo ioda, Am 2002-04-07 um 14:04 schriebst du: > What is your server OS and cygwin version ? NT4 Server & W2K Server $ cygcheck -c cygwin Cygwin Package Information Package Version cygwin 1.3.9-1 > Tests you made let me think there's still something wron

Re: Port problem

2002-04-07 Thread ioda
Hi Gerrit ! Thanks for helping Using Browser is a way to not use client for simple tests, since my protocol will be request/response so HTTP (in fact HTML !) is a trick ;0) Well get back to the trouble, I confirm there is no way for me to make it works (directly from IE), even if accessed locall

Re: Port problem

2002-04-06 Thread Gerrit P. Haase
Hallo ioda, Am 2002-04-06 um 20:59 schriebst du: [..] > do not use advanced features (I DO NOT WANT TO CODE AN HTTP SERVER !!) You have coded a HTTP server;) [...] > You may get a page saying hello WORLD ! Hello world! That is all I get if I view the source in Opera connecting from the

Port problem

2002-04-06 Thread ioda
Hi, I'm in trouble porting a socket base utility from my own between mulptiple OS. The goal is to maintain as much as possible the same code, since this utility do not use advanced features (I DO NOT WANT TO CODE AN HTTP SERVER !!) For MS plateform I hope in cygwin environment, but despite the