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

Set a default baud rate of B_115200 for serial connection #899

Merged
merged 1 commit into from Mar 31, 2019
Merged

Set a default baud rate of B_115200 for serial connection #899

merged 1 commit into from Mar 31, 2019

Conversation

dokeeffe
Copy link
Contributor

I found that anything other than 115200 causes the device to crash (has to be unplugged and plugged in again) It also causes the driver to crash and I have to kill the process. It seems to get stuck in the handshake getDeviceInfo() method on the line read(PortFD, buffer + received, 39 - received);

Setting to 115200 in the driver UI before connecting and it works fine. Thought it might be a good idea to default to this baud rate to prevent any future confusion

@knro knro merged commit 04bb6eb into indilib:master Mar 31, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants