Author |
Message |
Topic: rs232 communication between two pic microcontroller |
blackdragon
Replies: 5
Views: 9807
|
Forum: General CCS C Discussion Posted: Thu Jun 03, 2010 6:25 am Subject: rs232 communication between two pic microcontroller |
Hi again,
Actually I want to send couple of data (temperature and pressure) one pic microcontroller to other one with using rs232. I used code as above but I only see nothing.
I've seen lcd put ... |
Topic: rs232 communication between two pic microcontroller |
blackdragon
Replies: 5
Views: 9807
|
Forum: General CCS C Discussion Posted: Wed Jun 02, 2010 3:37 pm Subject: rs232 communication between two pic microcontroller |
Hi PCM programmer,
I have two pic for communication each other. One of them receiver, other one transceiver. You can see my connection as below;
http://img690.imageshack.us/img690/3870/20330333. ... |
Topic: rs232 communication between two pic microcontroller |
blackdragon
Replies: 5
Views: 9807
|
Forum: General CCS C Discussion Posted: Wed Jun 02, 2010 5:27 am Subject: rs232 communication between two pic microcontroller |
Hi folks,
I want to make rf temperature with using rs232 communication. I've already tried some code pieces but I didn't succeed. Any idea or help would be more than welcome.
Btw, microcontroll ... |
Topic: pic18f4550 and mpx4250, getting pressure |
blackdragon
Replies: 4
Views: 6531
|
Forum: General CCS C Discussion Posted: Fri May 28, 2010 2:03 pm Subject: pic18f4550 and mpx4250, getting pressure |
I was expecting to see some math equations in the code.
Actually I'm not sure about math equations but I'll investigate for more clarification.
Thanks for another comments..
cheers |
Topic: pic18f4550 and mpx4250, getting pressure |
blackdragon
Replies: 4
Views: 6531
|
Forum: General CCS C Discussion Posted: Fri May 28, 2010 12:17 pm Subject: pic18f4550 and mpx4250, getting pressure |
Post your test program. (Complete).
my source as below;
#include <18F4550.h>
#FUSES NOPROTECT, NOPUT, NOWDT, NOBROWNOUT, NOLVP, NOCPD, NOWRT, NOMCLR
#use delay(clock=400000 ... |
Topic: pic18f4550 and mpx4250, getting pressure |
blackdragon
Replies: 4
Views: 6531
|
Forum: General CCS C Discussion Posted: Thu May 27, 2010 2:29 pm Subject: pic18f4550 and mpx4250, getting pressure |
Hi folks,
Now, I'm trying pressure sensor read in the ISIS, so I found some information about pressure logic such as digital/analog converter etc.
So, I've just used read_adc() functions and a f ... |
Topic: fat.c + mmcsd.c Working but Windows can't read the files |
blackdragon
Replies: 16
Views: 30226
|
Forum: General CCS C Discussion Posted: Wed May 26, 2010 1:59 pm Subject: fat.c + mmcsd.c Working but Windows can't read the files |
Solved!!
if any one want the solution, post but i'll explain it in spanish. sorry for that
CoverUp, could you please share your code and solution?
I think source code is source code such as ba ... |
Topic: [RESOLVED]18f4550 and ds18x20 |
blackdragon
Replies: 3
Views: 20888
|
Forum: General CCS C Discussion Posted: Tue May 25, 2010 12:40 pm Subject: [RESOLVED]18f4550 and ds18x20 |
folks I solved my problem so I changed some code blocks now it works.
::::::::::::::::: ds18b20 :::::::::::::::::::::::::
#define DS1820_WIRE_PIN PIN_A1 //ds1820 data bacağı ... |
Topic: [RESOLVED]18f4550 and ds18x20 |
blackdragon
Replies: 3
Views: 20888
|
Forum: General CCS C Discussion Posted: Mon May 24, 2010 11:54 pm Subject: [RESOLVED]18f4550 and ds18x20 |
thanks for reply PCM programmer, but same problem still counting
any idea? |
Topic: [RESOLVED]18f4550 and ds18x20 |
blackdragon
Replies: 3
Views: 20888
|
Forum: General CCS C Discussion Posted: Mon May 24, 2010 7:28 pm Subject: [RESOLVED]18f4550 and ds18x20 |
Hi folks,
I'm trying to communicate ds18s20/18b20 with pic18f4550 but I didn't implement. I've already searched all CCS forum pages but my issue is still alive.
When I start the ISIS simulation I' ... |
|