X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "frog" Newsgroups: comp.os.msdos.djgpp Subject: Re: DZCOM problem, please help Date: 13 Dec 2005 12:19:06 -0800 Organization: http://groups.google.com Lines: 34 Message-ID: <1134505146.806418.229130@g43g2000cwa.googlegroups.com> References: <1133871442 DOT 683097 DOT 77220 AT g44g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 83.18.27.70 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1134505151 26564 127.0.0.1 (13 Dec 2005 20:19:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 13 Dec 2005 20:19:11 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; pl) Opera 8.50,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=83.18.27.70; posting-account=CtjOng0AAADDQIJvH_VKewKdpSoFgkdF To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Rod Pemberton napisal(a): > "frog" wrote in message > news:1133871442 DOT 683097 DOT 77220 AT g44g2000cwa DOT googlegroups DOT com... > > I don't have experience with DZCOMM, but here are my thoughts on what you > said. > > > I am using Dzcom0.99i library, and from time to time I can send nothing > > via my serial port. > Perhaps there is a bug in 0.99i, have you tried an earlier version? 0.99g or > 0.99a > > > interrupt. I must add that this happend from time to time ( not always > Is there a missing delay or do you need to wait for an acknowledgement of > some sort? This is what is sounds like to me from my experiences with other > software. Perhaps a very old or slow PC? Like pre 486DX4-133... > > > I am also using allegro timer interrupts in my program. Cound it be > > that this is the reason? > It should be easy for you to disable them or to create a simple test > program without them to test this. > > i_love_bill shouldn't be needed since you aren't running under Windows. > > > Rod Pemberton Thanks for Your answer. Finally I chose SVAsync library. Now transmission works fine. When I find more time, I try your suggestions ( especially those about trying earlier version of DZCom).