Hello
I am trying to use Digispark & DigiUSB with my RasPi running on an up-to-date raspian.
I've successfully uploaded a blink with digiusb sketch (see attachment) from my Arduino IDE on Win7.
It works fine with monitor.exe on the PC (see screenshot).

No I switch the spark to the RPi where I've been able to compile successfully the "monitor" tool (digiusb.cpp). Spark gets enumerated fine.
But when running digiusb, the display gets wrong as I see a bunch of strange character to be displayed on the input line (see other screenshot).

I get similar behavior whereas I run digiusb in Putty, MobaXterm (ssh terminal) or LXterm.
I have no idea if the problem is more related with curses/term settings or with USB communication.
Any idea where I could look ?
Thanks in advance.