Hello,
I'm trying to use the CC2531 USB dongle with the RF Modem application. My OS is Windows 7 32 bit.
I have programmed the CC2531 with the CC Debugger using SmartRF studio with the rf_modem.hex file from the TI site. After that I used the usb_cdc_driver_cc2531.inf file as driver for windows and the dongle showed up as it should in the device manager.
Next I configured the port as below:
Since Windows 7 doesn't have a HyperTerminal anymore I use RealTerm instead (realterm.sourceforge.net/) and tried to capture any incoming data.
Apparently there is no data being transmitted over this com port. But if I try to capture any packets with SmartRF studio (dongle connected to the CC Debugger), they are correctly received with all the data I'm transmitting.
Why doesn't the dongle transmit this data over the COM port if it's received ok? Am I forgetting something?
I can see the packets as well if I install and use the packet sniffer.
Thanks in advance