2016-09-06 08:39 AM
Hi everybody
I'm going to use the Irda output of STM32L151 and send som data to PC using the usb to irda adaptor in PC side. I want to know which version of the Irda standard used in STM 32 microcontroller? I search so much but I didn't find anything about it.thanks2016-09-07 07:07 AM
Does anyone have idea about the irda standard? I want to bought the usb to irda adaptor, however I don't know which of the adaptor are compatible with STM32 Irda port.
Thanks2016-09-07 09:02 AM
To be honest, no this isn't something I use, my technique to find out would be to review the example codes, board designs (STM32L152-EVAL for example), along with the documentation. My guess would be it supports 115Kbps and 4Mbps type modes.
I don't think it does much more than provide the 'physical' layer, and the 'standard' likely requires more of a protocol stack to achieve what you need. If you have any prior experience with IrDA this should be sufficient to Google, and locate some relatively portable code as a basis to start from.Tranceiver used on STM32 EVAL boardsTFDU6300http://www.farnell.com/datasheets/60702.pdf
Example code, portable to platformSTM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\USART\IrDA\Receive\readme.txtSTM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\USART\IrDA\Transmit\readme.txt