From: "xyz" Newsgroups: comp.os.msdos.djgpp Subject: Cerco VBDOS BC7.1 Date: Sat, 15 Jan 2000 00:29:29 +0100 Organization: Centro Servizi Interbusiness Lines: 19 Message-ID: <10k990o$cfj$1@fe2.cs.interbusiness.it> References: NNTP-Posting-Host: 195.223.207.50 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Prashant TR wrote in message Pine DOT LNX DOT 4 DOT 10 DOT 10001081354250 DOT 614-100000 AT yahoo DOT com... > > On Sat, 8 Jan 2000, Santosh . H wrote: > > > Helpp!. Could someone please tell me why this bit o code > > prints nothing.All this is supposed to do is to read in values direct > > from com port and print 'em out > > That's because you need to do lots of other things like initializing the > com port, setting the baud rate, no. of bits, etc. This is a slightly > tough job, > believe me. Fortunately, mouse drivers do this job. > > Prashant >