Article # 166, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to use the IrCOMM API.
Q. What's the fastest way to push a couple of bytes out the Ir port on the N9000? In other words, can I talk to the Ir port just as a serial port? A. The IrCOMM API is the same as the serial driver API defined in streamC.h. However, you should use TinyTP instead of IrCOMM, unless there is a particular reason to use IrCOMM. Look in irlmp.h for TinyTP info and routines.