How to program four CYBT-213043-02 cards over USB hub

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
PaYe_4603801
Level 4
Level 4
5 likes given Welcome! 25 replies posted

Hello,

When four CYBT-213043-02 are connected to USB port(via USB hub), it's quite boring to program them.

The program configuration find first card and program it.

Thus, once a particular card is programmed, it must be disconnected from the USB so that the program configuration can program the next.

Does exist some workaround ?

Thanks.

0 Likes
1 Solution

In MTB 2.0, you can select the HCI port in the makefile. In the following app features/defaults, change the UART?=AUTO to UART?=COMxx, where COMxx is the HCI port for the target board.

Please notice that you need to do a clean before download to each board.

pastedImage_0.png

pastedImage_0.png

View solution in original post

0 Likes
5 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

For Modus1.1, you can choose the UART port by "project -> change application settings" and then set the UART port from "AUTO" to the number of the HCI port.

For Modus2.0, I am checking internally to see how to set the HCI port.

Did you find a solution for 2.0 ?

Thanks

0 Likes

In MTB 2.0, you can select the HCI port in the makefile. In the following app features/defaults, change the UART?=AUTO to UART?=COMxx, where COMxx is the HCI port for the target board.

Please notice that you need to do a clean before download to each board.

pastedImage_0.png

pastedImage_0.png

0 Likes

Thanks.

Probably there is more convenient method, allowing to specify COM port on-the-fly, e.g. from command line.

If YES, what is the syntax of such instruction.

Thanks.

0 Likes

Sorry, this is the only way to specify the HCI port currently.

0 Likes