From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Printer on COM3 Date: Fri, 28 Apr 2000 09:58:52 +0200 Organization: NetVision Israel Lines: 9 Message-ID: <390944BC.372EDFA2@is.elta.co.il> References: <390736A3 DOT 28BF78A5 AT tiscalinet DOT it> NNTP-Posting-Host: ras1-p71.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 956905116 15039 62.0.172.73 (28 Apr 2000 06:58:36 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 28 Apr 2000 06:58:36 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Gianni Moretti wrote: > > Hi, > > I need to send some datas to a printer in COM3...I tried with OUTPORTB > command on the com IO address 0x3E8...without success. Someone can help > me? I need some information quickly! ^_^ Try opening "COM3" as if it were a file, and then write to it using fprintf.