We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Serial port busy
var err error var port serial.Port if port, err = serial.Open(name, &serial.Mode{DataBits: 8, BaudRate: 9600}); err != nil { fmt.Println(1) return err }
port return nil
The text was updated successfully, but these errors were encountered:
It's the serial port really "busy"? Do you have permissions to open? what's the value of name?
name
Sorry, something went wrong.
No branches or pull requests
Serial port busy
port return nil
The text was updated successfully, but these errors were encountered: