Author |
Message |
Topic: Debugger Output with wrong characters |
RoProe
Replies: 0
Views: 23484
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Mar 21, 2005 10:26 am Subject: Debugger Output with wrong characters |
Hello,
i use the following code
#include <18F4620.h>
//***** Compilersettings
//******************************************************************************
#case
#fuses HS,NOWDT,NOP ... |
Topic: Soft- or Hardware UART, where can I see this |
RoProe
Replies: 5
Views: 16108
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 10:14 am Subject: Soft- or Hardware UART, where can I see this |
Thank you for your help. Now i can see what is Software and Hardware uart. |
Topic: Soft- or Hardware UART, where can I see this |
RoProe
Replies: 5
Views: 16108
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 6:10 am Subject: Soft- or Hardware UART, where can I see this |
Hi,
thats right. but if I use the Hardware Pins and Speed that is not supported by the hardware, it also use the Softuart. |
Topic: Soft- or Hardware UART, where can I see this |
RoProe
Replies: 5
Views: 16108
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 4:23 am Subject: Soft- or Hardware UART, where can I see this |
Hello,
I want to use the hardware Uart on my PIC (16F877).
But I think the compiler use a Soft uart?? Is there any way to see what the compiler implement? The Hard or Soft uart.
Thanks for he ... |
Topic: ICD-U40 Debugger Monitor with real RS232 |
RoProe
Replies: 7
Views: 65108
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Mar 03, 2005 9:19 am Subject: ICD-U40 Debugger Monitor with real RS232 |
That isn't the problem.
The real UART is use with MAX232 and it works every Time.
The "#use RS232(DEBUGGER)" works with problems. If there is a interrupt from real uart, the "#use ... |
Topic: ICD-U40 Debugger Monitor with real RS232 |
RoProe
Replies: 7
Views: 65108
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Mar 03, 2005 6:12 am Subject: ICD-U40 Debugger Monitor with real RS232 |
Hello,
i use the 16F877 (4MHz) with the ICD-U40.
In my Programm, there ist a real RS232 mit the internel UART and i use Software FIFO on this UART. With Interrupt at receive an send.
For Debu ... |
|