Hi Anthony,
I have been offline for a bit due to some CubeSat business, but in short:
You will need to replace the default windows driver with the LibUSB variant. This is quite an annoying process, since all other programs use the windows HID interface and the soundcard output of the FCD. It was possible to use the left USB port in my notebook with LibUSB and the right side one with the default driver. That way, you can choose which driver to use by plugging in at one of the sides.
My normal platform is Linux, but I'm using Win7 64bit at the moment to test FUNcube (the satellite, that is)
If I find some time, I will try the setup and see if it works in windows.
I'm slightly worried that SDR# is controlling the FCD, and will not work if the control interface disappears!
Wouter
--
You received this message because you are subscribed to the Google Groups "UKHAS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukhas+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Rather than trying to connect together serial ports – which is what I did initially to control the FCD back when it first came out – just write to the FCD directly?
The virtual serial port method worked fine, my program listened for CAT commands and set the FCD frequency but it was clumsy and only worked in Windows and needed the virtual com port software See for http://www.flickr.com/photos/78638968@N00/5328031979/in/photolist-97Pyhk-dme2LH-95nfMk-dmu7Pd for a laugh.
Its pretty easy to control the FCD frequency, it appears as an HID. Why not write a simple addition to FL-DIGI to send the commands? I can help with the API or you could just take bits of the gnuradio code.
Mike
--