วันศุกร์ที่ 9 พฤศจิกายน พ.ศ. 2550

codeที่ใช้บังคับrobotด้วยremote

{$STAMP BS2sx}
' {$PBASIC 2.5}
key VAR Byte
DO SERIN 3,2063,[key] 'recive 1200 8n1 on p3
DEBUG key , TAB ' show on debug terminal
LOOP