Author |
Message |
Topic: Interrupts not working |
Andre-Pretorius
Replies: 3
Views: 4951
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2010 12:36 pm Subject: Interrupts not working |
Thank you, that did the trick including the error in the rs232 line. One more question, the line I get back from my modem starts with +CDS. In the code I am looking for the D. Should this code work? O ... |
Topic: Interrupts not working |
Andre-Pretorius
Replies: 3
Views: 4951
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2010 12:36 pm Subject: Interrupts not working |
Can someone please tell me why my serial interrupt is not reacting. As soon as D3 goes low it sends the command wait for OK then activate the interrupt. But if data comes in on my serial port after th ... |
Topic: ASCII control characters |
Andre-Pretorius
Replies: 1
Views: 3733
|
Forum: General CCS C Discussion Posted: Tue Apr 06, 2010 2:31 am Subject: ASCII control characters |
Can someone please tell me how to send the ascii control character SUB(substitute) in CCS ? |
Topic: RS232 receive problem |
Andre-Pretorius
Replies: 2
Views: 5471
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2010 4:52 am Subject: RS232 receive problem |
Thank you, it works perfect |
Topic: Webserver on a Siemens TC65 |
Andre-Pretorius
Replies: 1
Views: 4528
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2010 3:50 am Subject: Webserver on a Siemens TC65 |
Hi there
I am playing with the MC55I and was wondering if you got any info back the web server question, I am considering it for a future project. |
Topic: RS232 receive problem |
Andre-Pretorius
Replies: 2
Views: 5471
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2010 3:46 am Subject: RS232 receive problem |
Hi there
I am trying to create a function that will receive a string of char from the serial port, and check if the phrase "OK" is present. If nothing is received or the phrase is not prese ... |
Topic: PIC18F4550 not starting [solved] |
Andre-Pretorius
Replies: 2
Views: 6415
|
Forum: General CCS C Discussion Posted: Fri Apr 02, 2010 8:05 am Subject: PIC18F4550 not starting [solved] |
Found problem two more switches
#FUSES PLL5
#FUSES CPUDIV1
Is working now |
Topic: PIC18F4550 not starting [solved] |
Andre-Pretorius
Replies: 2
Views: 6415
|
Forum: General CCS C Discussion Posted: Fri Apr 02, 2010 7:37 am Subject: PIC18F4550 not starting [solved] |
Ok got the board to start up, my fault was at the extended instructions. Now I have another problem left: I have a 20mHz crystal on the board but my timing is wrong. The delay_ms(500) gives a delay of ... |
Topic: PIC18F4550 not starting [solved] |
Andre-Pretorius
Replies: 2
Views: 6415
|
Forum: General CCS C Discussion Posted: Fri Apr 02, 2010 4:42 am Subject: PIC18F4550 not starting [solved] |
I am busy converting code from PICBASIC pro to CCS. I have tried to get the serial port working but it seems the chip is not starting up. I have tested the hardware with PicBasic and all hardware is w ... |
|