CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 21 matches
CCS Forum Index
Author Message
  Topic: Smallest chip for use rs485
bauche

Replies: 3
Views: 7170

PostForum: General CCS C Discussion   Posted: Thu Oct 16, 2014 5:25 pm   Subject: Smallest chip for use rs485
Can somebody tell me if is it possible to use rs485 on 12F series like 12F1840...and if i cant use on 12F ....which one is the smallest pic i can use with rs485???

Thanks for your help!!!
  Topic: IEEE-754 Floating-Point Conversion
bauche

Replies: 1
Views: 5811

PostForum: General CCS C Discussion   Posted: Fri Nov 15, 2013 3:46 am   Subject: IEEE-754 Floating-Point Conversion
Hi there i have 4 hex floating point number
41 A7 33 33

i want to convert in Decimal Floating-Point


i know the answer is :20.9
http://babbage.cs.qc.cuny.edu/IEEE-754.old/32bit.html

but h ...
  Topic: memcpy want to copy some value
bauche

Replies: 5
Views: 8111

PostForum: General CCS C Discussion   Posted: Tue Nov 05, 2013 6:02 am   Subject: memcpy want to copy some value
i know it's no good ...it's not working Smile
and how i can extract some value for my received buffer and send it on com2???

use substring?? memcpy??

regards...
  Topic: memcpy want to copy some value
bauche

Replies: 5
Views: 8111

PostForum: General CCS C Discussion   Posted: Tue Nov 05, 2013 5:41 am   Subject: memcpy want to copy some value
Hi ....send the result value in hex by com2
Regards
  Topic: memcpy want to copy some value
bauche

Replies: 5
Views: 8111

PostForum: General CCS C Discussion   Posted: Tue Nov 05, 2013 5:22 am   Subject: memcpy want to copy some value
Hi i try to figure how to send only some data from reveived string...not succesfull...want to extract like: D8 FE 52 F7 in the string...


(data in received buffer :FF FF FF FF FF 06 80 00 ...
  Topic: question about status of pin
bauche

Replies: 2
Views: 4935

PostForum: General CCS C Discussion   Posted: Fri Oct 12, 2012 4:34 am   Subject: question about status of pin
Hi I'm newbie I'm trying to do something like...if an input (ex:RA4)
is high or low.

If my input is high nothing happened,
but if my input RA4 is low more than 3 second then call a function.
If ...
  Topic: Simple question
bauche

Replies: 3
Views: 4782

PostForum: General CCS C Discussion   Posted: Sat Apr 09, 2011 4:40 am   Subject: Simple question
i'm using 16f628a
i'm trying to do: a led goes on when you push a button and when you push the same button goes off

Thanks for help!!!
  Topic: its possible physically 1 timer multiple timer (channel)??
bauche

Replies: 1
Views: 3497

PostForum: General CCS C Discussion   Posted: Mon Mar 07, 2011 5:17 am   Subject: its possible physically 1 timer multiple timer (channel)??
I try to explain: 1 chip 1 display but many timer (channel) I can scan channel by menu to put and read time elapse on each channel of course all channel time is not working at the same time. I built a ...
  Topic: 16f628a use a6 as output
bauche

Replies: 4
Views: 4921

PostForum: General CCS C Discussion   Posted: Sun Nov 21, 2010 1:56 pm   Subject: 16f628a use a6 as output
WORKING!!!! Very Happy
Thanks a lot!!!!!
  Topic: 16f628a use a6 as output
bauche

Replies: 4
Views: 4921

PostForum: General CCS C Discussion   Posted: Sun Nov 21, 2010 1:16 pm   Subject: 16f628a use a6 as output
#FUSES NOWDT,INTRC,NOPUT,NOPROTECT
  Topic: 16f628a use a6 as output
bauche

Replies: 4
Views: 4921

PostForum: General CCS C Discussion   Posted: Sun Nov 21, 2010 11:56 am   Subject: 16f628a use a6 as output
Hi I'm using int osc in 16f628a. I want to use A6 for led (output).

Physically my circuit is ok. When I powered up, my led light right away. If I do reset, MCLR led goes off. When unpress mclr, goe ...
  Topic: A button with several functions
bauche

Replies: 2
Views: 3912

PostForum: General CCS C Discussion   Posted: Fri Nov 19, 2010 8:36 pm   Subject: A button with several functions
Hello, does anyone have an idea about how to make a button with two functions?

if (variable _1 >=1)
{
PIN_A3 = STOP;
}
else
{
PIN_A3 = SET_TIMER;
}

and als ...
  Topic: Convert minutes in hours
bauche

Replies: 5
Views: 9210

PostForum: General CCS C Discussion   Posted: Tue Nov 16, 2010 7:05 pm   Subject: Convert minutes in hours
Finally it's works!!!!



if (minutes >=60)
{
hours = hours + 1;
minutes = minutes - 60;
}



Thanks all for Help ...very appreciated.... Smile

We knows how to do it ...
  Topic: Convert minutes in hours
bauche

Replies: 5
Views: 9210

PostForum: General CCS C Discussion   Posted: Tue Nov 16, 2010 6:17 am   Subject: Convert minutes in hours
Hi there i need your help..!!!
i built a counter 6 digit the fist 4 digit is hour the last 2 one is minute
0000:00

i have two variable add together to add time in the counter...prob is if i have ...
  Topic: Prob countdown timer--eeprom
bauche

Replies: 1
Views: 3117

PostForum: General CCS C Discussion   Posted: Tue Nov 09, 2010 5:57 am   Subject: Prob countdown timer--eeprom
My project it's a coutdown timer..my coutdown work ...i write elapsed time in eeprom (it's work...finally!!! Very Happy )

but my code to write in eeprom write in seconds...i want it in minute cause in ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group