dainis
Advanced Member level 4
pico irda
**broken link removed**
Introduction
Pico-IrDA is a minimalistic IrDA stack for microcontrollers.
If you are looking for an IrDA stack with all the bells and whistles, this is the wrong place to find it.
If you are looking for a simple IrDA stack with just enough functionality to send and receive files via IrOBEX and handle IrCOMM
communication, at a fixed baudrate of 9600 bps, read on.
Pico-IrDA is used successfully within our IRDialer product to communicate with Palm OS® compatible devices and Pocket PCs.
Features
IrLAP, IrLMP, IrIAP, Tiny-TP as lower level protocols.
IrOBEX primary mode "irobex_send".
IrOBEX secondary mode "irobex_receive".
IrCOMM secondary mode "ircomm2_serve".
Tiny-TP secondary mode protocol selector "irttp2_accept".
Callback interface processes the data while being sent or received for zero-copy overhead and minimum memory
requirements.
This allows for IrOBEX messages larger than the available RAM to be processed.
**broken link removed**
Introduction
Pico-IrDA is a minimalistic IrDA stack for microcontrollers.
If you are looking for an IrDA stack with all the bells and whistles, this is the wrong place to find it.
If you are looking for a simple IrDA stack with just enough functionality to send and receive files via IrOBEX and handle IrCOMM
communication, at a fixed baudrate of 9600 bps, read on.
Pico-IrDA is used successfully within our IRDialer product to communicate with Palm OS® compatible devices and Pocket PCs.
Features
IrLAP, IrLMP, IrIAP, Tiny-TP as lower level protocols.
IrOBEX primary mode "irobex_send".
IrOBEX secondary mode "irobex_receive".
IrCOMM secondary mode "ircomm2_serve".
Tiny-TP secondary mode protocol selector "irttp2_accept".
Callback interface processes the data while being sent or received for zero-copy overhead and minimum memory
requirements.
This allows for IrOBEX messages larger than the available RAM to be processed.