SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.6k stars 310 forks source link

ATtiny167 software and regular serial broken #677

Closed SpenceKonde closed 2 years ago

SpenceKonde commented 2 years ago

Discussed in https://github.com/SpenceKonde/ATTinyCore/discussions/674

Originally posted by **Snolte1001** February 27, 2022 Hello, I use the Hardware UART of the ATtiny167 for LIN communication, this works without problems, but I also need the SoftwareSeial for communication with a Bluetooth chip. If I define PA3 (INT1) as RX the SoftwareSerial works as expected, but I need this PIn for something else and therefore I want to use PB6 (INT0) as RX, but with this the serial reception of data does not work anymore although it is an interrupt pin... Is this an bug or a feature, and is there a solution for it ?
SpenceKonde commented 2 years ago

~Either of these bugs is alone would be a 2.0.0 release blocker.~

SpenceKonde commented 2 years ago

2.0.0-dev now contains fix for x7 software serial. Unsure what happened to hardware serial still though.

SpenceKonde commented 2 years ago

Issue does not reproduce.