www.pudn.com > IrDA.rar > README


***** Pico-IrDA Library *****

Copyright (C) 2002-2003 Gerd Rausch, BlauLogic (http://blaulogic.com)
All rights reserved.

This package includes a minimalistic IrDA stack for microcontrollers
and is distributed under the license described in the attached COPYRIGHT
file.

You can compile and run the IrDA stack on your development host
if you have an Actisys IR220L+ attached to a serial port.
It has been tested to work under Linux.

The environment variable "IRDA_PORT" should point to the serial device
the IR220L+ is attached to. The default value is "/dev/ttyS1".

Simply calling "make" should build a binary called "irda" that allows
you to send and receive IrOBEX messages.

Sending a message in primary mode:
$ ls -la | ./irda

Receiving a message in secondary mode:
$ ./irda | tee incoming_message

IrCOMM secondary mode:
$ ./irda
# In IrCOMM secondary mode every character received
# is echoed back to the sender

Ultimately you might want to use this IrDA stack on your
microcontroller.

In order to do this, you need to implement the IrPHY interface as
described in the file "manual.html" under section "Physical Interface".