Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20563

BASCOM-AVR : serial communication : REPLY

$
0
0
Hi, Is the atmel really running at 4MHz? Maybe try a simple blinking led with a blink rate of 1sec. Something like:- [code:1:4849d85bb9]do toggle LED wait 1 loop[/code:1:4849d85bb9] And try using print to output to the serial port [code:1:4849d85bb9]S = "communication started " 'assign string print #1 , S[/code:1:4849d85bb9] Regards Ian Dobson

Viewing all articles
Browse latest Browse all 20563

Trending Articles