Line 18... |
Line 18... |
18 |
#FUSES NOEBTR //Memory not protected from table reads |
18 |
#FUSES NOEBTR //Memory not protected from table reads |
19 |
#FUSES LPT1OSC //Timer1 configured for low-power operation |
19 |
#FUSES LPT1OSC //Timer1 configured for low-power operation |
20 |
#FUSES NOMCLR //Master Clear pin enabled |
20 |
#FUSES NOMCLR //Master Clear pin enabled |
21 |
#FUSES MCU //Microcontroller Mode |
21 |
#FUSES MCU //Microcontroller Mode |
22 |
|
22 |
|
23 |
#use delay(clock=1000000) |
23 |
#use delay(clock=8000000) |
24 |
#use rs232(baud=19200,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8) |
24 |
#use rs232(baud=19200,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8) |
25 |
|
25 |
|