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

Baudrate cli argument does not work #16

Closed
haata opened this issue Nov 13, 2022 · 3 comments
Closed

Baudrate cli argument does not work #16

haata opened this issue Nov 13, 2022 · 3 comments

Comments

@haata
Copy link

haata commented Nov 13, 2022

Baudrate setting from the cli does not work.

root@9854bd3:/# atcom -v AT -p /dev/serial0 -b 230400
[INFO]  Configs file not found, reading properties from args
[INFO]  Port property specified as argument, overriding config file
[INFO]  Timeout property not found, using default (10)
[INFO]  Baudrate property not found, using default (115200)

<  AT

>  OK
>

I can set the value from the config though.

@zdeniz
Copy link

zdeniz commented Dec 23, 2022

+1 Yes you are right, I face the same problem.
I fix it (not a real fix) with adding "configs.yml" file.

@selengalp
Copy link
Contributor

Thank you guys for your feedbacks. I'll investigate the issue asap.

zdeniz pushed a commit to zdeniz/atcom that referenced this issue Jan 24, 2023
Checks the given port is available then set parameter.
@selengalp
Copy link
Contributor

This one is fixed. Thank you guys for your contributions.

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

No branches or pull requests

3 participants