Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hallo,
1. I am trying to run arduino code in code composer studio. So I am trying to find how to write
serial.write
serial.read
serial.print these functions in code composer studio .
2. I am trying to implenment usb communication.I found the pins and had a problem with functions and header files. Which have to use exactly
(I came across USBBUFFERWRITE,USB_EVENT_RX_AVAILABLE,USB_EVENT_TX_COMPLETE)
My goal is to do usb communication by writing digital data to the buffer and once buffer is filled have to initiate an serialEventusb() (serialeventusb is from arduino but have to implent it in code composer studio.)
Thanking you
With regards
Eswar kommi