The digispark literature says that the USB connection can be used to program the chip but it says that USB is otherwise limited.
What are the USB communication limitations?
I need to poll the digispark regularly via USB to get values from sensors and to send control values for motor control.
I plan to do this using Arduino serial commands such as those outlined here:
http://playground.arduino.cc/Interfacing/LinuxTTYDoes the digispark support bidirectional USB serial communication beyond that of the IDE for programming/flashing?
Thanks