Author |
Message |
Topic: Very strange behaviour of a function! please help |
robin171
Replies: 1
Views: 2529
|
Forum: General CCS C Discussion Posted: Wed May 06, 2009 5:15 am Subject: Very strange behaviour of a function! please help |
Hello,
I use PCWH v. 4.079 and PIC18F6720. I have the following code:
bool perilex2,perilex3;
perilex2 = PERILEX_POS2;
perilex3 = PERILEX_POS3;
if(perilex2) fputc('C',COM1& ... |
Topic: #fuses in MPLAB / CCS |
robin171
Replies: 1
Views: 4624
|
Forum: General CCS C Discussion Posted: Fri Dec 05, 2008 4:56 am Subject: #fuses in MPLAB / CCS |
Hello,
I work with MPLAB with CCS plugin. After compiling the configuration bits in MPLAB are different from the fuses I have set in code. My config:
#FUSES WDT128
#FUSES WDT
#FUSES HS ... |
Topic: hardware uart does not receive all the characters |
robin171
Replies: 1
Views: 3736
|
Forum: General CCS C Discussion Posted: Fri Sep 26, 2008 9:02 am Subject: hardware uart does not receive all the characters |
Hi,
I have a problem with the hardware uart of the PIC16F877A. The UART is connected to a powerline modem (ST7538).
The problem is that I only receive the last characters of the string. I send ... |
Topic: Switching UART on and off |
robin171
Replies: 2
Views: 5498
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 8:30 am Subject: Switching UART on and off |
Hello,
I have a problem with the #use UART statement
I have a ST7538 powerline transceiver connected to a PIC16F877A. RX and TX of the transceiver are connected to the hardware UART of the 16f88 ... |
|