Author |
Message |
Topic: #use rs232 ..... STOP bit / PARITY bit (default settings) |
haseeb
Replies: 5
Views: 12152
|
Forum: General CCS C Discussion Posted: Thu Oct 01, 2015 6:51 am Subject: #use rs232 ..... STOP bit / PARITY bit (default settings) |
thanks for the information and confirmation
i did check before i uploaded the post.....it says in the CCS manual (under #use rs232) that the the STOP bit is default 1 bit.....however there is ... |
Topic: #use rs232 ..... STOP bit / PARITY bit (default settings) |
haseeb
Replies: 5
Views: 12152
|
Forum: General CCS C Discussion Posted: Thu Oct 01, 2015 5:49 am Subject: #use rs232 ..... STOP bit / PARITY bit (default settings) |
hi
When using the #use rs232, i have seen many CCS exampls that declare as follows...
#use rs232(baud=9600, xmit=PIN_A2,rcv=PIN_A3)
Many of the examples do not state the arguments STOP and PA ... |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2012 6:25 am Subject: RTCC alarm problem with PIC18F67k22 |
Hello People...
I have finally been able to get both the clock ticking and the alarm interrupts working as well. A change of crystal solved the problem.
However I can only get alarm interrupts ... |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Thu Apr 19, 2012 3:16 am Subject: RTCC alarm problem with PIC18F67k22 |
Hello people
I have tried all that you have suggested and i have even tried out
the RTCC example program as below and it compiles and the output
is as below....HOWEVER....the clock does not seem ... |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Wed Apr 04, 2012 7:04 am Subject: RTCC alarm problem with PIC18F67k22 |
ok thanks guys for your suggestions....
i will post the new updated code....now
haseeb |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Tue Apr 03, 2012 9:05 am Subject: RTCC alarm problem with PIC18F67k22 |
Hi
I have just tried your suggestion and still the RTC is not working.
No interrupt occur and my LED does not flash.
please help!
haseeb |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Mon Apr 02, 2012 5:57 am Subject: RTCC alarm problem with PIC18F67k22 |
hello
anybody got any ideas regarding my alarm problem
haseeb |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Mon Apr 02, 2012 5:11 am Subject: RTCC alarm problem with PIC18F67k22 |
Hi
I have just done that and enabled GLOBAL interrupts as well.
Compiler gives NO error. But still my LED will not flash via
alarm....
please help...
Haseeb |
Topic: RTCC alarm problem with PIC18F67k22 |
haseeb
Replies: 12
Views: 14862
|
Forum: General CCS C Discussion Posted: Mon Apr 02, 2012 4:47 am Subject: RTCC alarm problem with PIC18F67k22 |
Hello
I'm using PIC18F67K22 with internal OSC 4MHz and CCS compiler ver
4.130. I have the RTCC clock selection used with (SOSC0 & SOSC1)
via crystal 32.768kHz.
I have a simple test prog ... |
Topic: CCS compiler Ver4.130, header file for PIC18F67k22 |
haseeb
Replies: 3
Views: 6148
|
Forum: General CCS C Discussion Posted: Wed Mar 07, 2012 7:07 am Subject: CCS compiler Ver4.130, header file for PIC18F67k22 |
This simple test program keeps failing right at the start.
The compiler gives the error at compile time saying that no such
'PIC18F67k22' device exists.
#include <18F67k22.h>
#include ... |
Topic: CCS compiler Ver4.130, header file for PIC18F67k22 |
haseeb
Replies: 3
Views: 6148
|
Forum: General CCS C Discussion Posted: Wed Mar 07, 2012 6:46 am Subject: CCS compiler Ver4.130, header file for PIC18F67k22 |
Hi
I'm using CCS compiler version 4.130 with MPLAB IDE ver 8.56.
I wish to program the PIC18F67k22. So i use the provided
header file with the CCS compiler, and when I compile, the
compiler g ... |
Topic: SRF02 ranger interface via USART (Serial) |
haseeb
Replies: 2
Views: 5427
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2011 5:58 am Subject: SRF02 ranger interface via USART (Serial) |
Hello
Please can someone help me to get the SRF02 ranger to register correctly by sending the correct distance
in CM. At the moment it is only replying back '0' and its LED flashs according to my ... |
Topic: IS1208 RTC |
haseeb
Replies: 1
Views: 4033
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 7:54 am Subject: IS1208 RTC |
Hello
I'm using PIC18F2620 internal OSC @ 4MHz and I'm using the
ISL1208 RTC with the PIC.
Simple objective, is to set RTC alarm INT to 1minute repetitive cycle
so that the PIC wakes up via ... |
Topic: How to transfer text files between pic18f2620 & ftp ser |
haseeb
Replies: 6
Views: 7915
|
Forum: General CCS C Discussion Posted: Thu Sep 08, 2011 5:51 am Subject: How to transfer text files between pic18f2620 & ftp ser |
Hello
I have now managed to read in 'OK' replies from the modem successfully and I have confirmed this with the texting
mode as that works brilliantly. I can read in modem replies successfully ... |
Topic: How to transfer text files between pic18f2620 & ftp ser |
haseeb
Replies: 6
Views: 7915
|
Forum: General CCS C Discussion Posted: Thu Jun 16, 2011 9:59 am Subject: How to transfer text files between pic18f2620 & ftp ser |
ok thank you so much, i will do what you have said and if needed
will get back to....thanks ever so much with your help.
Haseeb |
|