Running bluetoothctl on Ubuntu 20.04 and Pi4b has garbled lines. At the beginning of each line are unprintable characters that are not readable and obscure the first few characters of each line. After these characters, the rest of the line is readable. The app does appear to be working as expected; it's just very difficult to use when you can't read the beginnings of the lines. I have checked locale
Could it have something to do with the bluetooth coming through the UART interface? Does anyone have info on compiling bluetoothctl from source? Any ideas on where to look to resolve?
Code: Select all
> bluetoothctl
Agent registered
[CHG] Controller B8:27:EB:9A:70:08 Pairable: yes
[bluetooth]# scan on
Discovery started
[CHG] Controller B8:27:EB:9A:70:08 Discovering: yes
[NEW] Device 30:8C:FB:4F:A3:BB Dropcam
[NEW] Device 30:8C:FB:57:D4:52 Dropcam
[bluetooth]#
The unprintable characters are not being shown in the code block above but I can now see "NEW" and "CHG" which I don't see when using the IDE over ssh with a gome terminal. It looks to me like characters are being sent that should be filtered out somewhere. Suggestions are appreciated. Thanks.