Author |
Message |
Topic: Two UART problem - one software, one hardware |
tbsnake
Replies: 1
Views: 5035
|
Forum: General CCS C Discussion Posted: Sat Jul 22, 2006 1:47 pm Subject: Two UART problem - one software, one hardware |
I am trying to use the HW uart on 18F2620 to communicate with a gps, and a SW uart to communicate with a radio. They are on different lines , c6 and c7 for HW and B4 B5 for SW.
My question pertain ... |
Topic: "invert" while using uart hardware on 16f88 |
tbsnake
Replies: 2
Views: 9730
|
Forum: General CCS C Discussion Posted: Sat Jul 03, 2004 11:41 am Subject: "invert" while using uart hardware on 16f88 |
Hello. Does anyone know if you can use the Uart hardware on the pic16f88 inverted:
#use rs232(baud=300,parity=N,xmit=PIN_B5,rcv=PIN_B2,bits=8,INVERT)
I worry that it may bump back to software h ... |
Topic: ICD0083: Target not in debug mode, unable to perform operati |
tbsnake
Replies: 1
Views: 7133
|
Forum: General CCS C Discussion Posted: Thu Jun 17, 2004 8:10 pm Subject: ICD0083: Target not in debug mode, unable to perform operati |
I cant seem to debug with pic16f688, I always get the error:
ICD0083: Target not in debug mode, unable to perform operation
Yet the #device ICD=TRUE command is there, and the NOP at location 0. Is t ... |
|