hello
I am using Attiny167 with arduino as a programmer.
I am using 1Mhz internal clock.
when I set baud rate 9600 , on serial terminal I can not get exact value as i write
for Example : Serial.write(0xAB); but on terminal m getting 6B 2B like this values.
but if i select 9200 on terminal then i get correct values.
Can you please help me with this?
I need 9600 baud rate.
Thanks in advance.