RE: Use serial Port in a special way

2002-07-10 Thread Dominique Martel
I'm working with the serial port. Here is what I did, may be there are better ideas, but it works. To open the serial port, I use the following functions: SysLibFind (const Char* nameP, UInt16* refNumP); //Open library for serial port, where //nameP = Serial Library SerOpen(UInt16 refNum,

Re: Use serial Port in a special way

2002-07-10 Thread GB
I don't see why not. You'd need to get a hardware manual for the microprocessor and deal with the data-direction register for the port, etc. Obviously you would have to disable the UART's control of the port. Now whether the PalmOS will be happy with this is anyone's guess. And you'd have