Component: IrDA (EB012, MCP1250, MCP2120) (Wireless)
From Flowcode Help
(Redirected from Component: ID 2bfc8781 9817 4e0c 89f3 28dac37e9a62)
Jump to navigationJump to searchAuthor | Matrix Ltd. |
Version | 2.0 |
Category | Wireless |
Contents
IrDA (EB012, MCP1250, MCP2120) component
Low level routines for controlling a standard IrDA interface. Also available in the form of the EB012 IrDA E-block.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_IrDA.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_IrDA.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Transmit
Basic example which repeatedly transmits a string of data via the IrDA interface.
IrDA Transmit
Receive
Basic example which waits for any incoming data and then displays the data on the LCD.
IrDA Receive
Macro reference
Initialise
![]() |
Initialise |
Initialises the UART ready for IrDA data to be sent or received, | |
![]() |
Return |
ReceiveChar
![]() |
ReceiveChar |
Receives byte character from the IrDA connection. | |
![]() |
Timeout |
Max amount of time in milliseconds to wait for data. | |
![]() |
Return |
SendChar
![]() |
SendChar |
Sends a byte character to the IrDA connection. | |
![]() |
Char |
![]() |
Return |