digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
934 stars 377 forks source link

Software Serial #107

Open Tager1 opened 4 years ago

Tager1 commented 4 years ago

I cannot include SoftwareSerial or SoftSerial for Digispark Attiny85, While it is ok for Arduino UNO or Nano. Windows 10, Arduino IDE 1.8.12 and Digistump 1.6.7. Without SoftSerial anything is good, with SoftSerial I have the massage Device not recognized!.

ArminJo commented 4 years ago

Try the Arduino ATtinySerialOut library instead.

MaxPlap commented 3 years ago

Try the Arduino ATtinySerialOut library instead.

As the name says it's a "SerialOut" only library. I need bi-directional communication.