Author |
Message |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Thu May 20, 2010 5:41 am Subject: PIC16F84a + RS232 program project problem |
OK, not a bad start but first of all we need to verify what PCM said, what are you using on the PC to send/recieve data ? Hyperterm ?
I'm not quite sure what the computer will use as the actual p ... |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Wed May 19, 2010 11:01 pm Subject: PIC16F84a + RS232 program project problem |
blah... 3.067
can learn new things everyday, eh?
by the way
#INCLUDE <16F84A.h>
#USE DELAY (CLOCK=4000000)
#USE RS232 (baud=9600,xmit=PIN_B2,rcv=PIN_B1)
////////// ... |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Wed May 19, 2010 4:19 am Subject: PIC16F84a + RS232 program project problem |
I am sure I am wrong ;) but it does seem like your asking us to write your program (homework) for you!
Yes, you sure are terribly wrong.
What good it would do to me if I were to get a ready progra ... |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Wed May 19, 2010 3:29 am Subject: PIC16F84a + RS232 program project problem |
well, regarding my first post
how do you read stuff which comes from the computer via RS and can you use output_port(B) to light up leds in different combinations (my first post included pins my leds ... |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Wed May 19, 2010 12:37 am Subject: PIC16F84a + RS232 program project problem |
well, i know the basics of both c and c++ (but never been really good at those, can build some basic stuff)
and yeah, this MPLAB have CCS compiler (where to find version though?) and i have built s ... |
Topic: PIC16F84a + RS232 program project problem |
Ravenfield
Replies: 11
Views: 9658
|
Forum: General CCS C Discussion Posted: Tue May 18, 2010 11:45 pm Subject: PIC16F84a + RS232 program project problem |
Heyah all,
I've just recently gotten into all these PIC programming things and am not very good at it yet. Still, I have a project going on and when it comes to programming and stuff...
... |
|