IR programming & mem leaks?
"John D. Mitchell" <starnet!apple!po.EECS.Berkeley.EDU!johnm>
Date: Fri, 12 Nov 1993 17:16:23 -0800
From: "John D. Mitchell" <starnet!apple!po.EECS.Berkeley.EDU!johnm>
Message-id: <199311130116.RAA09631@po.EECS.Berkeley.EDU>
To: zoomer-list-1993@grot.starconn.com
In-reply-to: lrau@Cadence.COM's message of Thu, 11 Nov 93 14:22 PST <9311112119.AA00874@deca5.Cadence.COM>
Subject: IR programming & mem leaks?
Status: OR
>Thanks for the info, I would now assume that since the docs say
>you can't use both at the same time (IR port and Dconnector -- what about
>PCMCIA ??...) then if you try to open both the second open will return an
>error message ??
You can't acces both the IR port and the built-in serial port at the same
time. There's some wacko thing in the hardware that precludes this (don't
ask me why, I just write the software :-). As you surmise, an error is
returned if you try to open one when the other is in use.
As a PCMCIA based serial device is a different piece of hardware, you can
have it open while one of the built-in serial devices is in use.
Hope this helps,
John