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 support@ccsinfo.com

Print SDI data to LCD

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Nora



Joined: 23 Mar 2008
Posts: 50

View user's profile Send private message

Print SDI data to LCD
PostPosted: Fri Mar 11, 2011 2:23 pm     Reply with quote

Hello-
I want to print some serial data input (16 bit) to a serial LCD.
I was thinking that I could send the pin C4 data to a Port, then print the Port?
So far this hasn't worked out well for me.
How should I approach this?
Thanks!
Nora
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Mar 11, 2011 4:44 pm     Reply with quote

Do you want to read bytes with spi_read() and then display them ?
See the readMCP3909() routine here for an example:
http://www.ccsinfo.com/forum/viewtopic.php?t=32893&start=1
If you're using a serial LCD (ie, from http://www.seetron.com )
then you can delete the lcd_putc() parts from the printf statements.
Also delete the lcd_gotoxy() line.

Or instead of displaying individual bytes, combine them with make16()
and use "%lx" or "%lu" to display them as 16-bit values.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group