USB FM radio library was published on CodePlex
I just published a part of my latest project – dynamic library to work with FM receivers on CodePlex under MS-PL. So, feel free do download, test and use it.
Note, that this release is preliminary and has a lot of bugs. Also, RDS is not fully implements as well as recording capabilities with Direct Sound.
I’m keep working to provide WPF UI for this library to “productize” it.
So, what are you waiting for? Download and Spear the word with this news! This is the first and only fully managed library (as far as I know) to work with RDS, TMC and FM data. Also, there are not a lot of information about HID usage as FM receiver in managed code.
Download latest release of USBFM.DLL >>
You may also be interested with:
January 2nd, 2009 · Comments (8)
8 Responses to “USB FM radio library was published on CodePlex”
Leave a Reply
Discover other tags
.NET 3.5
Accessibility
blogging general
blogging tools
C#
CodeProject
demos
DEV
DevAcademy2
DirectX
download
events
fun
Hardware
help
Interop
jobs
LINQ
Microsoft
Mobile
My tools
Performance
promo
Silverlight
soft
source
teched
TechedIsrael2008
thoughts
Tips and Tricks
tutorial
Vista
Vista Battery Saver
Visual Studio
VSTS
WCF
Web
Windows Gadgets
Windows Live
Work process
WPF
WPF/E
WPF crossbow
XNA
XPS
My tools
- .NET Framework Detector
- Duplicate images finder
- Exchange Security Policy for Windows Mobile Devices Fix
- Gas Price Windows Vista SideBar gadget
- Israel Traffic Information Windows Vista SideBar gadget
- Localization fix for SAP ES Explorer for Visual Studio
- LocTester
- RTL and LTR in Windows Live Writer
- Silverlight controls library
- Snipping tool integration plugin for WLW
- USB FM receiver library
- Vista Battery Saver
- WebCam control for WPF
- Windows Live SkyDrive attachment for Windows Live Writer
- Wireless Migrator
- WPF Virtual Keyboard




January 6th, 2009 at 7:31 am
What hardware do we require… please mention.
January 6th, 2009 at 8:47 am
I mentioned three devices, I tested with Silicon Labs (PID = 0×818A, VID = 0×10C4), PCEar (PID = 0×819A, VID = 0×10C5) and ADSTech (PID = 0xA155, VID = 0×06E1)
January 16th, 2009 at 8:10 pm
I just downloaded the documentation. However the help file is not displaying any content.
Can you provide some documentation as a starting point for this API?
January 17th, 2009 at 1:10 am
Please refer my old article to see help file
http://khason.net/blog/why-my-chm-file-does-not-work/comment-page-1/#comment-2201
April 18th, 2009 at 3:36 am
hey Tamir,
thanks for developing the library!
im trying to use the library with a imRadioUSB
and im getting the error-
“Cannot initialize radio device 33162.”
have an idea what went wrong ?
April 18th, 2009 at 11:39 pm
@liron, you should figure PID and VID of this hardware. The best is to ask the manufacture, or look into documentation. This way it should work. Also, if you figure it, please contribute results for me to support your hardware for all others
April 28th, 2009 at 1:48 am
i have the same problem as liron. i have the same USB FM reciever (imRadioUSB), maybe its not compatible with Tamir’s code? Help? the pid = 0×2604 and vid = 0xEB1A.
April 28th, 2009 at 6:30 pm
Hi Tamir,
I was stepping through the code and I think I know where the problem is, the results from device.WriteRegisters() returns false, thus device.initFMInfo() fails. Can you help us out with this?