Author |
Message |
Topic: I2C, invert SDA=C3 and SCL=C4 |
tiryaka
Replies: 1
Views: 3515
|
Forum: General CCS C Discussion Posted: Sat Jun 09, 2007 3:18 pm Subject: I2C, invert SDA=C3 and SCL=C4 |
Hello
I am using I2C to communicate between a PIC16F877 and a 24LC16 eeprom using C4 as SDA and C3 as SCL, and it works fine.
So,
In an application I can't use C4 and C3 because they are already ... |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Wed May 09, 2007 12:20 pm Subject: SIEMENS C55 PIC16F877 |
Hello
Yes I did it, the mobile Siemens C55 work very well with the terminal.
Yes the cable is an original one, it is an RS232 cable.
I tried the PIC16F877 with only the mobile, noth ... |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Tue May 08, 2007 11:46 am Subject: Sagem Mobile + PIC16F877 |
Now I am working with a Siemens C55 and it works very well with hyperteminal.
http://img359.imageshack.us/img359/8688/picmobilks6.th.jpg
http://img359.imageshack.us/img359/2815/terminalyn4.th.jpg
... |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Sat May 05, 2007 7:45 am Subject: Sagem Mobile + PIC16F877 |
Hello
I have a litle system with a siemens c45.
you can see it at:
http://jagsilva.googlepages.com
It's very good project,so you have used only three wire and no flow control.
I have also a S ... |
Topic: SET_TRIS_ for 16F877 |
tiryaka
Replies: 13
Views: 18429
|
Forum: General CCS C Discussion Posted: Fri May 04, 2007 4:19 am Subject: Re: SET_TRIS_A(0XFF) |
when all ports A is input i write
SET_TRIS_A(0XFF)
when all ports A is outpus
how to write that????
SET_TRIS_A(0X00); |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Thu May 03, 2007 5:24 am Subject: Sagem Mobile + PIC16F877 |
yes ,I inverted tx and rx ,that's not the problem.
Is there any person who had made a similar project with a pic and a mobile???
I need help
I need juste to make the mobile di ... |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Wed May 02, 2007 3:29 am Subject: Sagem Mobile + PIC16F877 |
thank your for responding.
In the original program I used I have put a "delay_ms(2000)" between the two instructions (printf),but the result is nothing.
With the PC all the AT command ... |
Topic: Sagem Mobile + PIC16F877 |
tiryaka
Replies: 17
Views: 22432
|
Forum: General CCS C Discussion Posted: Tue May 01, 2007 11:58 am Subject: Sagem Mobile + PIC16F877 |
Hi,
I read several topics related to similar subject but I dont interstand where is my mistake.
I am making interface between a PIC16F877 and a Sagem Mobile (My X2) via MAX232, to send sms
The Sa ... |
|