Author |
Message |
Topic: 16f876a : sw uart dosn't work after new code added |
alf-melmac
Replies: 3
Views: 9543
|
Forum: General CCS C Discussion Posted: Thu Jul 15, 2004 2:02 am Subject: 16f876a : sw uart dosn't work after new code added |
I've got it.
There is a problem with long strings in the compiler:
d'snt work:
fprintf(AUX,"Drehschalter %d rechts:LED%d: GR�N/links: LED%d: GELB.\n\r\n\r",kanal+1,kanal*2+1,kanal*2+2);
work ... |
Topic: 16f876a : sw uart dosn't work after new code added |
alf-melmac
Replies: 3
Views: 9543
|
Forum: General CCS C Discussion Posted: Thu Jul 15, 2004 12:39 am Subject: 16f876a : sw uart dosn't work after new code added |
I'm sorry, but may be I'didnt explain my problem correctly.
Ofcause I'm not sending and receiving at the same time !
This is the simplified program :
#use RS232 (BAUD = 1200,XMIT = PIN_C5,RCV ... |
Topic: 16f876a : sw uart dosn't work after new code added |
alf-melmac
Replies: 3
Views: 9543
|
Forum: General CCS C Discussion Posted: Wed Jul 14, 2004 8:44 am Subject: 16f876a : sw uart dosn't work after new code added |
Hello friends,
I'm using two sw uarts. the first works, the second too.
After placing some new code lines such these :
fprintf(AUX,"LED%d: GR�N\n\rLED%d: GR�N/GELB wechselnd\n\r",kanal*2+1,ka ... |
|