Author |
Message |
Topic: USART Problem , help me please |
atomy_kwang
Replies: 3
Views: 5067
|
Forum: General CCS C Discussion Posted: Sun Dec 14, 2008 11:15 am Subject: USART Problem , help me please |
Could you help me for a code , Ttelmah ?
Thank you |
Topic: USART Problem , help me please |
atomy_kwang
Replies: 3
Views: 5067
|
Forum: General CCS C Discussion Posted: Sun Dec 14, 2008 1:18 am Subject: USART Problem , help me please |
#include <16F877.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=pin_c6,rcv=pin_c7)
#bit PIND0 = 0x08.0
#define use_portb_lcd
#include <lcd.c& ... |
Topic: Help me for correcting a code |
atomy_kwang
Replies: 2
Views: 3280
|
Forum: General CCS C Discussion Posted: Mon Dec 01, 2008 9:11 am Subject: Help me for correcting a code |
#include <16F877A.h>
#use delay(clock=20000000)
#fuses HS,NOPROTECT,NOWDT,NOBROWNOUT
#use rs232(baud=9600,xmit=pin_c6,rcv=pin_c7,stream=GSM,errors)
void mobile_num(vo ... |
Topic: infrared sensor question |
atomy_kwang
Replies: 1
Views: 3056
|
Forum: General CCS C Discussion Posted: Mon Dec 01, 2008 1:47 am Subject: infrared sensor question |
Hello
I would like a infrared sensor circuit for detecting the object.
I will receive an input digital from the sensor.
Who have a IR sensor ? Help me please.
Thank you |
Topic: Help me about sensor and GSM module |
atomy_kwang
Replies: 2
Views: 3916
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2008 6:41 am Subject: Help me about sensor and GSM module |
#include <16F877.h>
#fuses HS,NOLVP,NOWDT,NOPROTECT
#use delay(clock = 20000000)
#use rs232(baud=9600,xmit=pin_c6,rcv=pin_c7)
#byte port_b=6
char phone_num[13]="+xxxxxxxxxxx" ... |
Topic: How to use RS485.C DRIVER IN CCS C |
atomy_kwang
Replies: 1
Views: 6884
|
Forum: General CCS C Discussion Posted: Sun Sep 14, 2008 10:52 am Subject: How to use RS485.C DRIVER IN CCS C |
Could you give me an example for using the RS485.C driver ?
How to interface them, please help me for a code
thank you so much |
Topic: i would like a PIC16F877 + MAX485 circuit |
atomy_kwang
Replies: 3
Views: 6122
|
Forum: General CCS C Discussion Posted: Fri Sep 12, 2008 10:29 pm Subject: i would like a PIC16F877 + MAX485 circuit |
Sorry , i dont know that i cant talk about hardware. |
Topic: i would like a PIC16F877 + MAX485 circuit |
atomy_kwang
Replies: 3
Views: 6122
|
Forum: General CCS C Discussion Posted: Fri Sep 12, 2008 5:15 am Subject: i would like a PIC16F877 + MAX485 circuit |
Hello everyone
i would like a PIC16F877 + MAX485 circuit . who have this circuit
Please give to me
thank you very much |
Topic: what is rs-485 |
atomy_kwang
Replies: 6
Views: 7500
|
Forum: General CCS C Discussion Posted: Fri Sep 12, 2008 3:06 am Subject: atomy_kwang |
Do you have an example circuit about RS 485 with pic and
code for control it
thank you |
Topic: what is rs-485 |
atomy_kwang
Replies: 6
Views: 7500
|
Forum: General CCS C Discussion Posted: Fri Sep 12, 2008 1:08 am Subject: what is rs-485 |
Hello every one
What is RS-485 ? , how their different from RS-232
Do you have an example code for me ?
ex. PIC1 Control led1 interfaced with PIC2 to on/off it or
... |
Topic: I have a problem about receive data (string) in CCS C |
atomy_kwang
Replies: 2
Views: 3880
|
Forum: General CCS C Discussion Posted: Sun Sep 07, 2008 7:56 am Subject: I have a problem about receive data (string) in CCS C |
This is my code, it have something wrong.
#include <16f877a.h>
#fuses HS,NOLVP,NOPROTECT,NOWDT
#use delay(clock = 20000000)
#use rs232(baud=9600,xmit=pin_c6,rcv=pin_c7)
... |
Topic: LDR with pic |
atomy_kwang
Replies: 1
Views: 4392
|
Forum: General CCS C Discussion Posted: Tue Sep 02, 2008 3:25 am Subject: LDR with pic |
i would like to use LDR with pic16f877
Help me please
ps I use CCS C |
Topic: Problem about timer of PIC |
atomy_kwang
Replies: 4
Views: 4226
|
Forum: General CCS C Discussion Posted: Fri Aug 29, 2008 8:43 am Subject: Problem about timer of PIC |
yes i use baud 9600,N,8,1 |
Topic: Problem about timer of PIC |
atomy_kwang
Replies: 4
Views: 4226
|
Forum: General CCS C Discussion Posted: Fri Aug 29, 2008 4:41 am Subject: Problem about timer of PIC |
i have a 51 code about timer & interrupts
that i would like to ask you .
now i have found a way to solution it.
this is my problem :
TMOD=0X21;
TH0=OXDC;
TL0=0X59;
EA=1;
ET0=1;
TR0= ... |
Topic: How to use pic16f877 interface database |
atomy_kwang
Replies: 1
Views: 3239
|
Forum: General CCS C Discussion Posted: Sun Aug 24, 2008 10:04 am Subject: How to use pic16f877 interface database |
i would like to use PIC16f877 interface a database.
Use VISUAL C#
who have a sample of code ?
please Help me
Thank you very much |
|