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 3 matches
CCS Forum Index
Author Message
  Topic: 16 bit binary to bcd C++ conversion program
haqamar

Replies: 17
Views: 38710

PostForum: General CCS C Discussion   Posted: Sat Apr 13, 2013 2:33 pm   Subject: 16 bit binary to bcd C++ conversion program
Hi Ttelmah,

I tested your earlier posted code but with strange results.

if int16 = 12345, output 01 23 45
if int16 = 1234, output 00 06 17
if int16 = 10, output 00 00 05
if int16 = 2, output ...
  Topic: 16f883 config fuses problem
haqamar

Replies: 2
Views: 5615

PostForum: General CCS C Discussion   Posted: Wed Jan 25, 2012 4:11 pm   Subject: 16f883 config fuses problem
thanx for pointing 'clock' Smile
  Topic: 16f883 config fuses problem
haqamar

Replies: 2
Views: 5615

PostForum: General CCS C Discussion   Posted: Wed Jan 25, 2012 1:39 pm   Subject: 16f883 config fuses problem
Unable to set the fuses properly for 16f883 in ccs ver 4.110. Is this correct format ?

#include <16f883.h>
#fuses HS, NOWDT, NOLVP, NOBROWNOUT, NOPROTECT, NOPUT
#use delay(oscilla ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group