Hi all,
I have a circuit with 16F88 and I want debug code using ICD.
What is wrong in follows steps?
1) I maked a RS232 interface with MAX232N like the schema showing in the http://rentron.com/PicBasic/MCS_X3.htm
2) I connected the T1IN (pin 11) to RB5/SS/TX/CK (pin 11) and R1OUT (pin 12) to RB2/SDO/RX/DT (pin 8).
3) I compiled and program this code:
DEFINE OSC 4
OSCCON = %01101110
I VAR BYTE
L1:
I = I + 1
TOGGLE PORTB.4
PAUSE 1000
GOTO L1
4) When I run ICD the timeout error occurs.
Thanks.
Bookmarks