Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Argument Count When using Serial Format from CLI output #4310

Open
base698 opened this issue Jan 21, 2025 · 1 comment
Open

Invalid Argument Count When using Serial Format from CLI output #4310

base698 opened this issue Jan 21, 2025 · 1 comment

Comments

@base698
Copy link

base698 commented Jan 21, 2025

Describe the bug

When using the cli and typing serial you get a format of the values. Typing the values as they come out results in "invalid argument count" error. This is confusion, as the format seems like it should work with what is shown in the UI and I believe it worked in previous versions.

Image

To Reproduce

Type serial.
Paste the values from one of the lines to the CLI.

Expected behavior

Values shows using serial in the cli are consistent with use.

Configurator version

10.10

Flight controller configuration

Add any other context about the problem that you think might be relevant here

No response

@haslinghuis
Copy link
Member

Check documentation for correct implementation

  • serial 3 64 115200 0 0 0 is wrong as it misses gps_baudrate and blackbox_baudrate
  • But agree 0 is allowed for telemetry baudrate
serial <port identifier> <port function> <msp baudrate> <gps baudrate> <telemetry baudrate> <blackbox baudrate>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants