Anyone has any experience develop a simple apps that can detect fm signal in VB.NET ?
I already had the hardware but there is no luck for me to get a SDK/sample code.![]()
any help ?
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Anyone has any experience develop a simple apps that can detect fm signal in VB.NET ?
I already had the hardware but there is no luck for me to get a SDK/sample code.![]()
any help ?
What hardware do you have?
hi there.
thanks for the reply....
My hardware is a USB FM Receiver which doesnt require any driver. Once plug in to XP/Vista, OS will automatically detect it and install it as USB FM RECEIVER.
http://www.kworld.com.tw/product_overview.aspx?P_ID=37
I just 1 to detect the signal and lock the signal so i wont lost it and at the same time, store the frequency history on a list....no need to output the sound...
scngan wrote:hi there.
thanks for the reply....
My hardware is a USB FM Receiver which doesnt require any driver. Once plug in to XP/Vista, OS will automatically detect it and install it as USB FM RECEIVER.
http://www.kworld.com.tw/product_overview.aspx?P_ID=37
I just 1 to detect the signal and lock the signal so i wont lost it and at the same time, store the frequency history on a list....no need to output the sound...
From the looks of the documentation it adds an audio device to windows which you can read from (that part wouldn't be very hard). However their application allows you to change the freq also, meaning it is prob sending custom usb commands to the device. With some analyzing & hacking one could possibly figure out how to reverse engineer this for your app, but I do not believe it would be trivial.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.