I am not able to send and receive data through digiUSB to my ATtiny 85 microcontroller in ubuntu 14.04 i386 version(it didn't worked in 12.04 as well).
For example, In a program to echo characters, when
receive command is executed in the terminal, the characters are not properly received or printed, same with
digiusb. The output of digiusb is follows:
Error -1 writing to USB deviceends data to Digispark on return. Ctrl-C to Exit
Please suggest me of what can be done to establish proper DigiUSB communication, it also not working in Windows.
Also, is it possible to use softserial library to communicate digispark with PC using serial communication ?
Thanks in advance