Hi all,
A few people had questions about using the BasicATOM24-M Microcontroller Module on the Bot Board II boards, so I made a small program that can be used to test that your setup is good. You can tweak the pause line to see your changes take effect.
i var byte
Main
while 1
for i = 0 to 15
high i
Pause 50
low i
next
wend
To upload the code to the chip/board, you need to ensure you have the right COM port selection, choose BasicATOM as the processor family, and choose BA 24 RevD as the process type.
ba24m_selftest.bas (94 Bytes)