Attiny84 Serial change pins #642
Replies: 1 comment
-
IT will be fixed for 2.0.0 RX cannot be moved. There are three ways to get an interrupt from a pin changing state.
The choice of AIN0 (PA1 on '84) for TX is arbitrary, but it's always adjacent to AIN1, which must be RX, and it's something that I can write in the documentation "the builtin software serial port is on AIN0 (tx) and AIN1 (rx)", and then even if they aren't looking at my versions of the pinout charts, it doesn't matter, because it;'s shown on the datasheet pinout charts too. 2.0.0 will introduce a menu option to turn off RX functionality from a tools menu option, which will have the benefit of allowing TX to be used, without any flash overhead with an unused RX mechanism. since many users are only doing TX (often for debug) with it), including allowing the interrupt (and hence the analog comparator in general) to be usesd for some other purpose.. |
Beta Was this translation helpful? Give feedback.
-
Hi,
is it possible to change the pins of the serial interface on Attiny84?
I don't want to use the SoftwareSerial library because it uses much more RAM and ROM than the standard Serial of the attiny.
Beta Was this translation helpful? Give feedback.
All reactions