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 6 matches
CCS Forum Index
Author Message
  Topic: Wireless Dual Analog Joystick Controller with an Xbee Module
Raulsoft

Replies: 3
Views: 16789

PostForum: General CCS C Discussion   Posted: Tue Aug 04, 2015 7:31 am   Subject: File code
How do I download the source code?

In the URL above.

thanks
  Topic: float to hex with union
Raulsoft

Replies: 9
Views: 14618

PostForum: General CCS C Discussion   Posted: Wed Oct 24, 2012 11:16 am   Subject: float to hex with union
see to:

http://www.piclist.com/images/floatconv10.zip
  Topic: float to hex with union
Raulsoft

Replies: 9
Views: 14618

PostForum: General CCS C Discussion   Posted: Wed Oct 24, 2012 11:09 am   Subject: float to hex with union
Hi

I use to send a variable float in the PIC HEX 4 bytes in CCS:

float vTensao;

vTensao=25.9;

fprintf(UART2,"%8LX",vTensao);

note:
if use CCS PCD: 25.9 = 41CF3333
i ...
  Topic: Generating a diesel sound with PIC 16F886 (WAVE to PWM)
Raulsoft

Replies: 5
Views: 11802

PostForum: General CCS C Discussion   Posted: Wed Jun 06, 2012 3:50 pm   Subject: Generating a diesel sound with PIC 16F886 (WAVE to PWM)
Hi,

I just finished a project that uses this method of generating sampled sounds. I used info found on the internet and ported the Hi-Tech code to CCS. The original source code has comments in Port ...
  Topic: MPLAB X v1.00 && CCS | Build Problem
Raulsoft

Replies: 3
Views: 4891

PostForum: General CCS C Discussion   Posted: Tue Dec 27, 2011 6:37 am   Subject: MPLAB X v1.00 && CCS | Build Problem
I am using

MPLAB X > V 1.0

PIC C Compiler > V 4.068


But I have problem Confused

I am using CCS V.4.128, have same problem with MPLAB X V.1.0

Sad
  Topic: Extended GLCD Driver (T6963C)
Raulsoft

Replies: 28
Views: 234466

PostForum: Code Library   Posted: Thu Jan 28, 2010 7:21 am   Subject: code for image 240x128 t6963c
Hello guys I'm new in the forum.

I need to send an image to 240x128 bmp 240x128 LCD - t6963.

Someone have some example?

Thanks
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group