Start with this:
1. Make sure your chip really runs at 8 MHz. (For example blink a Led 1 sec on, 1 sec off.)
2, Then try this with a terminal:
[code:1:e244620333]$regfile = "m644pdef.dat"
$baud = 2400
$crystal = 8000000
$hwstack = 32
$swstack = 8
$framesize = 16
Dim B As Byte
Do
Inputbin B
Printbin B
Loop
End
[/code:1:e244620333]
Avr should send back the chars you type in terminal.
↧