Author |
Message |
Topic: arrays, strings, rs232 with integers above 128 and 0 (solved |
1953cub
Replies: 5
Views: 9922
|
Forum: General CCS C Discussion Posted: Sat Dec 26, 2015 5:37 pm Subject: arrays, strings, rs232 with integers above 128 and 0 (solved |
Thanks, asmboy I made a slight change to fputc to use the DEVICE stream and that part is now working. So getting fprint out and sending the array one byte at a time to fputc works !!
void do_on ... |
Topic: arrays, strings, rs232 with integers above 128 and 0 (solved |
1953cub
Replies: 5
Views: 9922
|
Forum: General CCS C Discussion Posted: Sat Dec 26, 2015 9:45 am Subject: arrays, strings, rs232 with integers above 128 and 0 (solved |
Sorry, I had mistakenly typed the quotes in. I have the serial going to a PC for testing using "realterm" and set the display to hex with spaces. this is what I get when do the turn off ... |
Topic: arrays, strings, rs232 with integers above 128 and 0 (solved |
1953cub
Replies: 5
Views: 9922
|
Forum: General CCS C Discussion Posted: Sat Dec 26, 2015 9:14 am Subject: arrays, strings, rs232 with integers above 128 and 0 (solved |
compiler ver 5.051
PIC 18F45K22
Hello,
I apologize for the subject right off as I''m not sure how to best describe what I'm trying to figure out. But, here it goes.
I'm trying to wrap my head ... |
Topic: Long timer times |
1953cub
Replies: 6
Views: 9568
|
Forum: General CCS C Discussion Posted: Fri Nov 07, 2014 1:00 pm Subject: Long timer times |
Thanks Jay, for the tip on the RTC and the count down point. I think I may add the RTC later as I can use it display date time on LCD without constantly spending time talking to modem and I should be ... |
Topic: Long timer times |
1953cub
Replies: 6
Views: 9568
|
Forum: General CCS C Discussion Posted: Fri Nov 07, 2014 10:10 am Subject: Long timer times |
Hello,
I'm trying to figure out the best way to have timing intervals in the order of 5 to 10 minutes. I have a project that monitors equipment, does whatever based on inputs, updates an LCD displ ... |
Topic: Interrupt service routine help |
1953cub
Replies: 2
Views: 5468
|
Forum: General CCS C Discussion Posted: Fri Jun 06, 2014 9:19 am Subject: Interrupt service routine help |
Ttelmah,
Ahhh, Makes perfect sense. I read things so many times I could't see the obvious !!
Thanks for your help !!! |
Topic: Interrupt service routine help |
1953cub
Replies: 2
Views: 5468
|
Forum: General CCS C Discussion Posted: Fri Jun 06, 2014 8:23 am Subject: Interrupt service routine help |
Hi All,
I'm trying to use multiple serial interrupts and keep running into a problem of not returning from the ISR, it just hangs. I went back to the example in the manual which works but my test co ... |
|