Irda standard version
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-06 8:39 AM
Posted on September 06, 2016 at 17:39
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.thanks
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-07 7:07 AM
Posted on September 07, 2016 at 16:07
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.
ThanksOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-07 9:02 AM
Posted on September 07, 2016 at 18:02
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
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
