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: Hex to Ascii Conversion
gerryc

Replies: 2
Views: 10186

PostForum: General CCS C Discussion   Posted: Sun Mar 14, 2004 4:40 am   Subject: Hex to Ascii Conversion
Hi,

const char HEX[] = {0123456789ABCDEF};

char Array1[8], Array2[16];

for(i = 0; i < 8; i++) {
Array2[i*2] = HEX[Array1 ...
  Topic: Complete 5X7 ASCII Table for a scrooling LED Matrix display
gerryc

Replies: 9
Views: 40156

PostForum: General CCS C Discussion   Posted: Sun Mar 14, 2004 3:21 am   Subject: Complete 5X7 ASCII Table for a scrooling LED Matrix display
Hi,

I had to do this recently. It is a bit tricky because of the code page size limitations. It was designed to drive 4" 5 x 7 dot matrix displays using PIC16F73. The displays used in my case were ...
  Topic: 16 bit variables
gerryc

Replies: 3
Views: 11858

PostForum: General CCS C Discussion   Posted: Sun Mar 14, 2004 3:01 am   Subject: 16 bit variables
Hi,

I am using an older version of the PCW compiler (CCS PCW C Compiler, Version 2.669, 6859) and am having a problem with 16 bit (long) variables.

I have to parse data out from an ASCII string ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group