Skip to content

GD BF Flight Control USB VCP Connection #35

@jianpingwu1

Description

@jianpingwu1

Now I want to use the AM32 configurator to connect to the GD32F4 betaflight flight controller, but it shows that the port number cannot be found.

After that, I added the USB VID 0x28E9 of GD32 in line 410 of the SerialDevice.vue file. The updated content is as follows:
const usbFCVendorIDs = [0x0483, 0x2E3C, 0x2E8A, 0x1209, 0x26AC, 0x27ac, 0x2DAE, 0x3162, 0x35a7, 0x28E9];

Then I built the AM32 configurator locally. I could open the AM32 configurator interface through http://localhost:3000 on my local machine and it could recognize and connect to the GD32F4 flight controller.

Now I would like to ask if the GD32 USB VID can be added to the supported list of the AM32 configurator?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions