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

usb cdc driver program

I'm trying to write an usb cdc driver program. its cummunicate between pc and arduino due.actually my aim is reciveing the data form arduino and I read in visual c++ (command prompt).how to suppose i read the data in vc++. I don't the flow(sequence of the process) of cdc driver porgram . please explain me ?...........

Parents
  • I found out that the MCB2300 Board has a USBCDC program. Started looking at it.
    The way it looks is that the USBCDC is a virtual com port and requires a terminal program
    like teraterm to communicate with the port.

    The test on the MCB2300 board uses two ports one is a uart port which is to pass characters
    to the Virtual com port it the uart receives characters. and the other way around.

    I have not gotten it to work yet. Not sure about the actual baud rate of which UART Com port
    should be used.

Reply
  • I found out that the MCB2300 Board has a USBCDC program. Started looking at it.
    The way it looks is that the USBCDC is a virtual com port and requires a terminal program
    like teraterm to communicate with the port.

    The test on the MCB2300 board uses two ports one is a uart port which is to pass characters
    to the Virtual com port it the uart receives characters. and the other way around.

    I have not gotten it to work yet. Not sure about the actual baud rate of which UART Com port
    should be used.

Children