From: "Florent" Newsgroups: comp.os.msdos.djgpp Subject: Re: com1 programming .... a lot of question Date: Mon, 22 May 2000 21:12:35 +0200 Organization: Aachen University of Technology (RWTH) Lines: 33 Message-ID: <8gc0m0$l6f$1@nets3.rz.RWTH-Aachen.DE> References: <392413C7 DOT 1B971BC7 AT mtu-net DOT ru> NNTP-Posting-Host: pupulse.oih.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 959022592 21711 137.226.149.42 (22 May 2000 19:09:52 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 22 May 2000 19:09:52 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alexei A. Frounze a écrit dans le message <392413C7 DOT 1B971BC7 AT mtu-net DOT ru>... >Eli Zaretskii wrote: >> >> On Thu, 18 May 2000, Alexei A. Frounze wrote: >> >> > Btw, I usually connect 2nd and 3rd pins of the serial cable/connector in >> > order to test I/O on a single computer. Could this situation be problematic >> > for BIOS? >> >> I don't think so, but I'm not really a hardware person. Anybody? > >Here go two sources from BC++. They don't work here on a single computer >(not tested with 2 computers), although my program works okay in either >case. I have test the two sources from BC++ and they don't seem to work on 2 computers but the first source (serialchat) works very well . The problem is that I wanted to use bioscom or _bios_serialcom functions they look easy to use it .... I don't manage to do a correct program with. Is there any problem with those functions or I'm alone to get problems with ??? I use two computers a bit different, on is a 586 (166 MHz) and the other one is a 486 (66MHz). Might be come from this difference that my test doesn't work or not ? (I don't think so, I have tried terminal emulation with both computer and it's working). thank you again for helping me.