Hi Ioannis,
Yes, it takes TTL True, so Ken can do debug something like this for his setup:
Code:DEFINE DEBUG_REG PORTB 'This is set to match the ICSP pins DEFINE DEBUG_BIT 7 'PIC sends data to the PC on this pin DEFINE DEBUGIN_BIT 6 'Can be used to receive data from the PC DEFINE DEBUG_BAUD 38400 'This is the highest baud rate Pickit2 can handle 'It seems to work ok with my 8 mhz stuff and higher DEFINE DEBUG_MODE 0 'Sets debug to True levels (1 for inverted)
Bookmarks