X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: how can i use importb && outportb to control the series port com 1 ? Date: Sun, 03 Oct 2004 19:12:49 +1000 Organization: HOME Message-ID: References: X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 16 NNTP-Posting-Host: 220.233.15.233 X-Trace: 1096786388 un-2park-reader-02.sydney.pipenetworks.com.au 3603 220.233.15.233:4007 X-Complaints-To: Abuse, including message IDs to abuse AT pipenetworks DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >i woul like to get and to send information by the port com 1, how can i do ? Have a look in the V2TK diretory for serial comms libraries. If you want to do it yourself then you WILL need to look a the specs for a number of UARTS as documented in the various comms libs in order to take care of the missing / additional registers for the varius uarts. Watch the speed you are using and if you are polling or intterupt driven RX/TX as these can make a big difference. Good luck. If you get stuck then goto www.delorie.com and search the past newgroup archive for info. Andrew