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 5 matches
CCS Forum Index
Author Message
  Topic: Receiving TXT messages - SUPERSEDED / OLD
dasilvarsa

Replies: 44
Views: 252647

PostForum: Code Library   Posted: Tue Jul 10, 2012 2:43 pm   Subject: Receiving TXT messages - SUPERSEDED / OLD
OK It's working NOW
My module only outputs uppercase even if I send lower case SMS
Strange but true. I think it's a setting on the module.
I changed this line

const char CMD1[8][7]={"LED1 ...
  Topic: Receiving TXT messages - SUPERSEDED / OLD
dasilvarsa

Replies: 44
Views: 252647

PostForum: Code Library   Posted: Tue Jul 10, 2012 2:18 pm   Subject: Receiving TXT messages - SUPERSEDED / OLD
I'm using sim900 development kit.
Comms is good with Max232 both ends
Other Projects work fine so I don't suspect Comms
Local Echo is on

Must i only send 1 command at a time ?
!Led1 1

or can ...
  Topic: Receiving TXT messages - SUPERSEDED / OLD
dasilvarsa

Replies: 44
Views: 252647

PostForum: Code Library   Posted: Tue Jul 10, 2012 1:03 pm   Subject: Receiving TXT messages - SUPERSEDED / OLD
What is the exact format of the sms that is sent to the module. ?
I've tried

!LED1 1,!LED2 1,!LED3 0,!LED4 1

!LED1 1!LED2 1!LED3 0!LED4 1

neither of these work for me.
  Topic: Printf lcd_putc question
dasilvarsa

Replies: 2
Views: 3905

PostForum: General CCS C Discussion   Posted: Wed Jul 02, 2008 12:51 am   Subject: Printf lcd_putc question
Good morning Experts,
I need to print a floating point number to the lcd in a special way

If my number is 0.12789456 I need to have this number displayed as
.12789456 usion printf lcd_putc (no le ...
  Topic: OK to use PortA for analog and digital ?
dasilvarsa

Replies: 2
Views: 3424

PostForum: General CCS C Discussion   Posted: Tue Jun 05, 2007 6:07 am   Subject: OK to use PortA for analog and digital ?
It is possible to use PortA for Analog as well as digital inputs.
The technique is to configure the port to analog read ther ADC and the configure the port back to digital.

setup_adc_ports (Al ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group