i correct the code :
[code:1:9337b15cef]
$regfile = "m16def.dat"
$crystal = 12000000
$baud = 9600
Config Portb = Output
Enable Interrupts
Enable Urxc
On Urxc Code
Do
Loop
End
Code:
Toggle Portb.0
Wait 1
Return
[/code:1:9337b15cef]
i still have that problem
[quote:9337b15cef]Are you sure that there is no noise or any transfer on the RX Pin?[/quote:9337b15cef]
i test it in home , i use a cell phon's battery, external crystal and as i said, i dosent connect rx , tx pins
can you test my code in any avr micro please?
↧