TheHWcave / OWON-XDM1041

Files and information for the OWON XDM1041 Bench Multimeter
MIT License
45 stars 10 forks source link

For the script to work with Ubuntu 22.04, remove brltty #6

Closed jaap59 closed 1 year ago

jaap59 commented 1 year ago

In order to use the serial connection with the Owon Digital Multimeter you will have to remove "brltty" from Ubuntu 22.04.

"sudo apt remove brltty"

Apparently this program prevents the use of the CH340 serial driver in general (nothing to do with the script).

Tested and working fine now. Thanks for the script!

TheHWcave commented 1 year ago

Wow that Britty (Braille reader) is really badly designed, breaking all the other stuff. Thanks for the info.

On Monday, 5 June 2023 at 14:18:25 BST, jaap59 ***@***.***> wrote:  

In order to use the serial connection with the Owon Digital Multimeter you will have to remove "brltty" from Ubuntu 22.04.

"sudo apt remove brltty"

Apparently this program prevents the use of the CH340 serial driver in general (nothing to do with the script).

Tested and working fine now. Thanks for the script!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

jaap59 commented 1 year ago

Issue closed now the work around is known.