Author |
Message |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Sat Apr 19, 2014 12:49 am Subject: uart pic18F pic16F |
i told you what i want .. i just have a problem with the communication uart between the 2 pic .
in all cases thank all .. i gonna find some examples |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Fri Apr 18, 2014 2:24 am Subject: uart pic18F pic16F |
thank you all for your interesting..
well i want to send for about 1300 m.
baud=9600
Half duplex.
now i start by getting the PIC's themselves talking 'on the bench' without any signalling hard ... |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Thu Apr 17, 2014 12:21 pm Subject: uart pic18F pic16F |
exactly like Jay say
PC<---USB---> PIC18F <---RS-232--RS485---> PIC16F <--->industrial machine
my problem now is how to create a communication between PIC16F and PiC18F ..
plea ... |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Thu Apr 17, 2014 1:26 am Subject: uart pic18F pic16F |
yes .. sorry coz my french is better than my english
1. yes i want my 18F device to communicate with the PC via USB (done)
2. and i want my 18F device (master) to communicate wit ... |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Wed Apr 16, 2014 11:52 am Subject: uart pic18F pic16F |
Here are the two codes. But excuse me if there are many mistakes because like i told you it's my first code with pic c compiler.
#include <16F877.h>
#FUSES HS,NOWDT,NOLVP
// Fuses ??
// HS ... |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Wed Apr 16, 2014 11:07 am Subject: uart pic18F pic16F |
well .. firstly thank you so much for your interest .
Secondly , i gonna explain to you my project in general ..
i must create a communication between pc and machines by using 2 cards :
maste ... |
Topic: uart pic18F pic16F |
mariemee12
Replies: 20
Views: 28253
|
Forum: General CCS C Discussion Posted: Wed Apr 16, 2014 8:33 am Subject: uart pic18F pic16F |
hi
please i need help ....
well i am using pic c compiler for the first time ...
i made a usb communication between pc and pic18F4550 but .. i can't made the uart communication between p ... |
|