Author |
Message |
Topic: FX buffer |
nuqem
Replies: 4
Views: 5745
|
Forum: General CCS C Discussion Posted: Thu Apr 22, 2010 9:23 am Subject: FX buffer |
O.. yeah.. its really workin... Its my fault... i put a wrong cable.....
Thanks!!!! |
Topic: FX buffer |
nuqem
Replies: 4
Views: 5745
|
Forum: General CCS C Discussion Posted: Wed Apr 21, 2010 11:10 am Subject: FX buffer |
Thanks for the answer!
Meantime I try some simple program, but not working.. can somebody look at whats wrong:
#INCLUDE<16f877a.h>
#USE delay(clock=4000000)
#fuse ... |
Topic: FX buffer |
nuqem
Replies: 4
Views: 5745
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2010 10:06 am Subject: FX buffer |
Hi!
I have a project with pic 16f877a, in which I have to use serial port for communicating with device.
My problem is with the printf.... so how can I send more than 50(100) characters with printf( ... |
Topic: Serial communication for AT commands... |
nuqem
Replies: 20
Views: 18576
|
Forum: General CCS C Discussion Posted: Tue Dec 15, 2009 6:25 am Subject: Serial communication for AT commands... |
Hi.
Did you try to switch off the echo with ate0?
I also want to make a communication with a Telit gm862 modem. Is there somebody who finished it already?
For the beginning I just want to send az ... |
|