This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB_dev_serial on tm4c123gxl

hi all

currently i m developing the apps for the uC, but i have no idea how to write the code and where should i start to send the code from serial, currently i am trying to write the code almost same as the USB_DEV_BULK, but not working, is there anyway for me to start

thank

  • Hi Calvin,

         Take a look at usb_dev_cserial, and see if it is similar to what you intend to do. If it is, then use that as base for your application.

    - kel

  • markel

    the one u mentioned is what i looking for, but i m getting confused between USBUARTprimetransmit and readUARTdata

    if i m not mistake is

    USB ---> readUARTdata -----> MCU

    MCU----->USBUARTprimetransmit ----> USB

    and where shud i modify the program, is it from the while loop in both function?