Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

basic_example: set the baud rate to a standard value#19

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dfries wants to merge1 commit intoesp8266:master
base:master
Choose a base branch
Loading
fromdfries:master

Conversation

dfries
Copy link

I'm using socat, and the man page said to dosocat -hh |grep ' b[1-9]' to get all possible speeds, which is 30, none of them worked. Other posts claim it is 74880 baud, instead set a standard computer value. If nothing else this way the source code tells the user what to expect.
socat -,echo=0,icanon=0 /dev/ttyUSB0,raw,echo=0,b115200,crnl

This way it is obvious what the baud rate is set to, and easy tochange.  As a beginner I was frustrated when I tried all baud ratesavailable and none worked.
@laurogama
Copy link

the value that worked for me was 38400

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@dfries@laurogama

[8]ページ先頭

©2009-2025 Movatter.jp