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 #31

Closed
BrenoNaSa opened this issue Oct 19, 2021 · 3 comments
Closed

BaudRate #31

BrenoNaSa opened this issue Oct 19, 2021 · 3 comments

Comments

@BrenoNaSa
Copy link

Hello everyone,

I am from Brasil and my name is Breno Santos.

Nowaday i'm using your library flutter_libserialport to work and i would like to know if is possible to change the BaudRate, how can i do that? It seens that value is fixed at 9600, i would like to use others value.
Looking foward to hear from you soon.

Best Regards!

@dariocavada
Copy link

I use another component:
https://pub.dev/packages/usb_serial

in the example:
port.setPortParameters(115200, UsbPort.DATABITS_8, UsbPort.STOPBITS_1, UsbPort.PARITY_NONE);

@BrenoNaSa
Copy link
Author

Thank you, I will try.

@lucafabbri
Copy link
Collaborator

@BrenoNaSa please have a look to #29
config should be passed after opening the serial.

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