Other Parts Discussed in Thread: TMS320F28027
Tool/software: Code Composer Studio
It would be really useful if the serial port on the PC that runs CCStudio with GUIDesigner can access the serial port. Is that possible?
If possible, I can use that to make a framework to test my device by accessing the USB port of it.
Device has a Piccolo TMS320F28027 that I am connecting to with the JTAG, and another processor that can give me a load of information through the USB port.
I can see that there is a Node.js somewhere in the installation of the Code Composer Studio (I am still using version 6.1.3.00034).
As far as I know, Node.js could be used for a (virtual) serial/COM/USB PC port communication.
Is the communication from CCStudio GUIDesigner to the PC USB port feasible?
Do you know if anyone else did or tried to do that? If yes, are there any references?
Do you have any advise about it?
I would really prefer to use only CCStudio for my testing, and to avoid making additional application for communicating to the USB port.
The alternative will be to write some VisualStudio application in C#, for example, and to start it from CCS, but I would like to avoid that.
regards,
Vlad Pavlovic