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 2 matches
CCS Forum Index
Author Message
  Topic: converting integer to character
Lukas89

Replies: 2
Views: 5472

PostForum: General CCS C Discussion   Posted: Sun May 06, 2012 4:38 pm   Subject: converting integer to character
Indeed, the order was wrong. Looked at itoa function and changed code:

void main(){
char RcvUSB;
usb_cdc_init();
usb_init();
do {
usb_task&# ...
  Topic: converting integer to character
Lukas89

Replies: 2
Views: 5472

PostForum: General CCS C Discussion   Posted: Sun May 06, 2012 3:20 pm   Subject: converting integer to character
Hello,
I'm using PIC18F4550 and hyperterminal communication via USB. I want to convert integer value to character, it's for displaying in LabView graph. Code I'm using is below:

void main() ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group