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
  • "Configuration to be done on the MCU"

    No, it's not.

    If you want the MCU's "Full speed USB 2.0 compliant device controller" to appear as a COM port on the PC, then what you need is the appropriate Driver for the PC.

    You may also need some firmware on the microcontroller.

    You will need to contact Nordic Semiconductor about that - it has nothing to do with Keil tools!

    Are you sure that this is not covered in documentation already available from Nordic Semiconductor?
    It would be very strange indeed if such documentation were not available!

    Do you have a "development kit" or "evaluation board" or similar for this part?
    If not, it sounds like you need one!

Reply
  • "Configuration to be done on the MCU"

    No, it's not.

    If you want the MCU's "Full speed USB 2.0 compliant device controller" to appear as a COM port on the PC, then what you need is the appropriate Driver for the PC.

    You may also need some firmware on the microcontroller.

    You will need to contact Nordic Semiconductor about that - it has nothing to do with Keil tools!

    Are you sure that this is not covered in documentation already available from Nordic Semiconductor?
    It would be very strange indeed if such documentation were not available!

    Do you have a "development kit" or "evaluation board" or similar for this part?
    If not, it sounds like you need one!

Children