I have a CC2531 dongle programmed as a ZID Dongle which receives packets via RF4CE from a remote control (which uses a CC2530). The dongle can manage a USB Report to "emulate" consumer electronics, keyboard and mouse devices. All works perfectly.
Now, I also want to access specific data via virtual serial COM port. I know that is possible to create a virtual COM using the CDC Class - I programmed the dongle with the 'rf_modem' application attaining successful results, however I have some difficults to merge those 'algorithms' with ZID Dongle project.
Anyone can help with it?