hi
can any one tell me if pic16f505 supports serin2 command? i tried the below code but it gives me error, "SERIN2DPIN?T not found in macro file"
Code:
define OSC 4
include "modedefs.bas"
temp var byte

main:           
SERIN2 PORTC.1, 84, [temp]
goto main
thank you