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.
Tool/software: Code Composer Studio
Hello, I jprogrammed my device to send 0x55 ,0x55,0x55,0x55,0x55 and six's byte 0x01, or 0x02 and try to connect to Serial_tutorial_binary example project from GUI COmposer gallery. But it is not connected, though from source of custom codec it is clear, that it is enough. I checked out in usual terminal and assured that device sends this sequence. What is the problem? May bt GUI app needs some handshaking, may be it is finding comport with another number? I can not understand. Please, explain.
The number of com port options in the dialog is depended on the number of USB UART transport that you have in your application. Open the Project Properties dialog and add an additional USB UART transport in the Target communication setting page. When you preview your app, you should be able to select comport for each transport/model. See attach screen capture for the dialog.
So for any combination COMport/BaudRate I have to create its own transport? And , when I create project it does not give me possibility to setup in advance nor comport, nor baudrate: http://joxi.ru/D2P3lweIqBzgzm
It turned out, that even without this options in properties (comport and baudrate) it is set up menu Serial Port in application automatically( if I add 'Option' widget). But why button OK is unavailable for choosing com port? How I have to satisfy her to be submitted? http://joxi.ru/bmo05lYh37vJa2
Hello, Patrick. Thank you for explanation, yes it turned out that settings of project of comport mislead and are not connected with settings of comport in app, which are automatically added when you add Option widget to project. But I discovered very strange situation: when my PC has only genuine COMPORTs ( not virtual USB-COMPORT), application finds them but does not allow to connect. When I plug in usb-com converter on FTDI chip, application allows button OK in choosing any comports ( genuine and virtual). When I unplug com-usb device - button OK becomes again forbidden. After this experiment I recieved access to comport communication ( through usb-com converter) and application works. Only JS log blames that it can not find /target/target.xml file - it is not exist in app, but hopefully it does not matter for communication. What the problem with genuine com-ports?