Re: IrDA on WinCE tcl/tk

"jaliane88" <alfa2364-S0/[email protected]> Mon, 21 Mar 2005 20:24:25 -0000
Newsgroups gmane.comp.windows.ce.freeware
Message-ID <[email protected]>

--- In [email protected], "Jeff Hobbs" <jeff@h...> wrote:
> > I want to connect my PDA to a Win98 Laptop with IrDA using 
> > Rainer Keuchels tcl/tk port. 
> > Opening COM4: on the PDA is successfully but the Laptops IrDA 
> > will not recognize the PDA. I have determined COM4 using the 
> > description from: 
http://vermeij.filternet.nl/programmer/rawir.html. 
> > Normal IrDA with the PDA standard software works fine.
> > 
> > Are there some special parameters for "fconfigure" command?
> 
> You will certainly need to configure the port correctly to
> match the baud rate, parity, etc.
> 
>   Jeff Hobbs, The Tcl Guy
>   http://www.ActiveState.com/, a division of Sophos

I have configured the port to 9600 baud which is required for the
initial IrDA connection. I expect by just opening and fconfiguring
the port, the PDA should be recognized by the Laptop. Is that 
correct?
In the URL above a command called "EscapeCommFunction" is mentioned.
Is that implemented in the tcl/tk-port?

Hans