X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Anthony" Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there any RS232 lib? Date: Mon, 29 Mar 2004 21:34:49 +0400 Organization: Radio-MSU NOC, Moscow State University Lines: 29 Message-ID: References: <7k8c60p7r7jnv9v8qaakcp3doovl834hma AT 4ax DOT com> NNTP-Posting-Host: integra.rmt.ru X-Trace: alpha2.radio-msu.net 1080581690 5156 81.13.30.150 (29 Mar 2004 17:34:50 GMT) X-Complaints-To: usenet AT radio-msu DOT net NNTP-Posting-Date: Mon, 29 Mar 2004 17:34:50 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've tried to work with it, but: 1. It failes to compile the same way, I fixed it but there were sill a lot of warnings. 2. It sends characters fine, but failes to recieve. My external device (thermometer) gets character 'A' and than sends 10 byte of encoded data. I can get it with DzCOMM (but have other problems with it), but can't get it with pmcom. It seems strange to me, I don't understand what is happening. But thanks anyway. Anthony. "Andrew Cottrell" ???????/???????? ? ???????? ?????????: news:7k8c60p7r7jnv9v8qaakcp3doovl834hma AT 4ax DOT com... > >I've downloaded the pmcomm10 package and tried to build the library, but got > >this: > > > >c:\DJGPP\contrib\pmcom>make > >gcc -c -s -O1 -Wall -o rel/com.o com.c > >com.c:285:10: pasting "(" and "0" does not give a valid preprocessing token > >com.c:285:10: pasting "(" and "0" does not give a valid preprocessing token > > > >How did you deal with it? > Forgot you will need 1.1 beta. I will send it to you via email. > > Andrew