Author |
Message |
Topic: Software RS232 Problem on 16F648A |
jclauss
Replies: 4
Views: 10238
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2004 5:29 am Subject: Software RS232 Problem on 16F648A |
I'm using two software rs232 in my project.
Defined as following:
#use rs232(baud=28800,xmit=PIN_C6,rcv=PIN_C7,bits=8,STREAM=PORT_C)
#use rs232(baud=4800,xmit=PIN_B2,rcv=PIN_B1,bits=8,STREAM=PORT ... |
Topic: rfpic12f675 |
jclauss
Replies: 1
Views: 7486
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2004 5:14 am Subject: rfpic |
I reply myself now, for anyone who is inetested:
- YES, rfPIC12F675... is programmable withe the libarys of pic12f675
- There are no special functions you have to set the inputpin DATA high and lo ... |
Topic: rfpic12f675 |
jclauss
Replies: 1
Views: 7486
|
Forum: General CCS C Discussion Posted: Tue Jul 13, 2004 11:08 am Subject: rfpic12f675 |
I want to program a rfpic12f675.
My Questions:
- Can I use the pic12f675 libaries to do this, I dont find ones for rfpic12f675 ?
- How to know about the special rfpic functions like sending ove ... |
|