Replies: 2 comments 3 replies
-
serialmididevice: Serial.Read() error: -1 means a BREAK is occurred.
I would check the voltage levels of the MIDI interface. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi rohoroho, I would check the circuit for soldering errors or shorts. Is the diode reverse biased? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I created the classic MIDI interface. I connected it between my Midi keyboard and the RPI -3.
When I hit a key, the monitor shows for every hit the following error:
serialmididevice: Serial.Read() error: -1
I checked the signal to the serial port with my scope. It looks fine. I have also tried to replave the resistor of 220K by a 100K resistor. But that did not help.
The baudrate in the configuration file I have not changed.
The midi keyboard works fine with other programs.
What can be the problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions