Hello all,
im a total beginner with arduino,
i use the digispark board from digistump Atiny85 (default 16,5mhz), i got the IDE to work, except the serial monitor,
i can AD-sample, write to eeprom, etc but the USB comunication doesnt work
my question now:
to comunicate with the pc, i can use the same connector which i use to programm, wright? i dont need a second serial com.
i tryed the basic DigitalReadSerial example code from arduino IDE, but the board doesnt send, i used a usb- monitor programm to check.
And i tested the Usb data lines on the programming connector they are allways same state.
do i have to load a library?
thanks for your help.