He didn't say which Arduino boards were compatible with it. Or not. Has anyone here successfully used it with Spence Konde's ATTinyCore? On any aTTiny version?
with my aTTiny88 board. It compiled and ran, but printed nothing. Tried various changes in the board paarameters but same result. Couldn't find much more here:
Yet his library is being used here for an ATTiny45 as the second of two methods for accessing software serial on a Tiny. Iād hoped I could do the same, albeit on an 88 and - more critically - still using the ATTiny core. https://www.youtube.com/watch?v=1xwWpz2V__4
Transmitting is easy - easier than Receiving.
If there's no other way Serial TX can be bit-banged (start bit, 8 data bits, stop bit).
The slower the more reliable - unless you're heavy into the Timers and so on.