This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configure USB to be read as COM port

Hi, I'm using a 8051 MCU which comes with a USB dongle. My question is "How can I configure the USB to be read as a COM port?" Has anyone done it before? All I know is that I need to configure the USB as a Communication Class Device but how do I go about doing it? Any help is very much appreciated.

Parents
  • It does look as though Nordic are targetting this chip purely at HID application - so it's probably not that they have "no idea", but rather that it's not their intention for this chip.

    It looks like the firmware you get is HID, so if you want something else, you will have to write it yourself - it's not just a question of configuration.

    If this device and the supplied firmaware doesn't meet your requirements, it might be better to seek a more appropriate device?

    Perhaps you could just use a USB-to-serial adaptor on the UART...?

Reply
  • It does look as though Nordic are targetting this chip purely at HID application - so it's probably not that they have "no idea", but rather that it's not their intention for this chip.

    It looks like the firmware you get is HID, so if you want something else, you will have to write it yourself - it's not just a question of configuration.

    If this device and the supplied firmaware doesn't meet your requirements, it might be better to seek a more appropriate device?

    Perhaps you could just use a USB-to-serial adaptor on the UART...?

Children