September 18, 2002
I want to connect to my serial port.  In TC++ I used the portb function.

Any suggestions?

Thanks in advance,
Miguel


September 19, 2002
Use _inp() and _outp() to connect to the hardware I/O ports:

www.digitalmars.com/rtl/dos2.html#_outp


"Miguel" <mhau@radcommsystems.com> wrote in message news:amahd4$2fti$1@digitaldaemon.com...
> I want to connect to my serial port.  In TC++ I used the portb function.