X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <43959E58.1060607@ttnet.net.tr> Date: Tue, 06 Dec 2005 16:21:12 +0200 From: Cavit Cahit VURAL User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050927) X-Accept-Language: tr-TR, tr, en-US, en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DZCOM problem, please help References: <1133871442 DOT 683097 DOT 77220 AT g44g2000cwa DOT googlegroups DOT com> In-Reply-To: <1133871442.683097.77220@g44g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-NAI-Spam-Rules: 0 Rules triggered Reply-To: djgpp AT delorie DOT com frog wrote: >OS: DOS 6.22 >DJGPP 2.04 >ALLEGRO 4.03 > >Hi! >I do experience serious problem with interrupt driven serial >communication. >I am using Dzcom0.99i library, and from time to time I can send nothing >via my serial port. >After successfull initialization(dzcom_init and comm_port_init) I send >bytes to port via comm_port_out function. I see that they are witten >into queue, but they are not sent via serial port. I checked this using >terminall program on other computer. I think, I have problem with >interrupt. I must add that this happend from time to time ( not always >, more or less 3 times from 10) right after initalization. If datas are >transmitted successfully via com after initialization, I experience no >problems till program termination. >I am also using allegro timer interrupts in my program. Cound it be >that this is the reason? >Please, help me if you can > Artur Pendzich > > > > Allegro reprograms the timer chip. If dzcomm uses the timer , you must set i_love_bill = 1 in allegro CC Vural