WWWBoard New Message: Message 195: Re: Win98 D-Link DSB R100 FM radio
WWWBoard: Message 195
[ Follow Ups ] [ Post Followup ] [ ]
|
|
Posted by Stephen Roberts on 05/05/02 at 5:24 AM
Subject: Re: Win98 D-Link DSB R100 FM radio
Message Posted
|
|
|
|
In Reply to: Win98 D-Link DSB R100 FM radio posted by Jim Davis on 05/05/02 at 4:55 AM:
Jim This is an end user forum. Try posting at the USB-IF Developers web site. Someone there should be able to help you. http://www.usb.org/forums/developers/webboard.html Stephen Roberts #1 Son : The D-Link DSB-R100 USB FM radio uses : a Cypress CY7C63001A to get 25 bits to a Phillips TEA5757 .
: The following Win98 code appears to return a HANDLE : : CreateFile( : "C:\\Windows\\System32\\Drivers\\USBRADIO.sys" , : GENERIC_READ | GENERIC_WRITE , : FILE_SHARE_READ | FILE_SHARE_WRITE , : 0 , OPEN_EXISTING , 0 , 0 ) ; : Some linux code sets FM radio frequency : by using usb_control_msg three times : "sending" 4 nums each time : : request type value index : : 0x01, 0xC0, freqHI8bits, freqLO8bits , : 0x00, 0xC0, 0x96, 0xB7, : 0x00, 0xC0, 0x00, 0x24, : I need a clue how to do this in Win98 . : Thanks ... Jim
|
|
|