Hallo!
Ich möchte mit einem Tiny2313 ein DTMF Signal ausgeben. Leider Funktioniert das nicht. Ich habe ein Oszilloskop am PinB.3 (=OCA1) direkt angeschlossen.
Was mache ich falsch?Code:$regfile "Attiny2313.dat" $crystal = 4000000 Dim X As Byte X = 3 Enable Interrupts Do Dtmfout X , 200 Waitms 200 Loop End
mfg
Lesezeichen