Author |
Message |
Topic: Motor control Via RS232. |
Christian
Replies: 6
Views: 7843
|
Forum: General CCS C Discussion Posted: Sat Nov 19, 2005 1:56 am Subject: Motor control Via RS232. |
Thank you,
I fixed the TRIS statments, and also add fast_io to both Comms_TX and Comms_RX for both port a & b, and it is working great.
-Christian |
Topic: Motor control Via RS232. |
Christian
Replies: 6
Views: 7843
|
Forum: General CCS C Discussion Posted: Sat Nov 19, 2005 12:53 am Subject: Motor control Via RS232. |
No, I have changed the fuse to NOLVP but the code still does not work. |
Topic: Motor control Via RS232. |
Christian
Replies: 6
Views: 7843
|
Forum: General CCS C Discussion Posted: Sat Nov 19, 2005 12:39 am Subject: Motor control Via RS232. |
I don't know where I picked it up from, could be a copy and paste mistake. The transmitter code works great after a few code modifications, but now the receiver code dose not seem to work at all. |
Topic: pic not sending to pc standalone |
Christian
Replies: 2
Views: 4566
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2005 10:19 pm Subject: pic not sending to pc standalone |
what fuses do you use?? |
Topic: Motor control Via RS232. |
Christian
Replies: 6
Views: 7843
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2005 8:28 pm Subject: Motor control Via RS232. |
Hi,
I have written some code to control two motors speed and direction via RS232 the transmitting pic works great but the receiving pic will only turn pins A4, B0 and B7 on/off.
Transmitter code ... |
Topic: Help Using get_string!! |
Christian
Replies: 1
Views: 6532
|
Forum: General CCS C Discussion Posted: Fri Nov 11, 2005 8:19 pm Subject: Help Using get_string!! |
I'm trying to learn how to use serial coms. At the moment I want to send a string of character to the pic and for the pic to send them back.
The header is:
#include <16F88.h>
#device adc= ... |
|