Hi all,
i have an ATtiny85 and i have put a very basic sketch using software serial on it.
the sketch simply takes any serial data coming in and sends it straight back out.
i am using an external 16Mhz resonator on the chip, and the FTDI chip on my arduino Uno as the interface with the computer.
if i type one character it works, so for example if i type "a" it returns "a"
but if i type multiple characters, it fails, so i type "abcdefg" it returns "aÆ???"
the baud rate in the sketch and monitor is set at 2400
any help would be great thanks