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

Stop bit in communication with USB #56

Open
kalimero-plt opened this issue Mar 24, 2022 · 4 comments
Open

Stop bit in communication with USB #56

kalimero-plt opened this issue Mar 24, 2022 · 4 comments

Comments

@kalimero-plt
Copy link

How can I set the stop bit?

@Sunbreak
Copy link
Collaborator

What is stop bit? Any doc about stop bit?

@kalimero-plt
Copy link
Author

A stop bit is a character in asynchronous communication that lets a receiver know that the byte being transmitted has ended.
I am sending the value 98. It returns 239 for me. That's why I asked for the stop bit.

I reinstalled the driver with zadig but it doesn't load as a port. It installs as a separate USB Serial device. I need to communicate over the port. What can I do?
cihazın_yüklenmesi

@Sunbreak
Copy link
Collaborator

Try #40 ?

@Sunbreak
Copy link
Collaborator

A stop bit is a character in asynchronous communication that lets a receiver know that the byte being transmitted has ended. I am sending the value 98. It returns 239 for me. That's why I asked for the stop bit.

I'd like to add it if there is any official API of libusb available about stop bit

If it is logic upon USB protocol, you'd better implement it in your biz layer

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

2 participants