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 18 matches
CCS Forum Index
Author Message
  Topic: Microcontroller - Same pin is use as input and output
engrmunir786

Replies: 1
Views: 7862

PostForum: General CCS C Discussion   Posted: Fri Aug 10, 2012 1:04 am   Subject: Microcontroller - Same pin is use as input and output
Dear Experts
I want to use one pin as input and output. My application is that I want to pullup same pin by using software command bit_set(PORTA,2) and the same pin I want to use as switch input. I m ...
  Topic: Different Messages Display On LCD
engrmunir786

Replies: 4
Views: 8072

PostForum: General CCS C Discussion   Posted: Wed Aug 08, 2012 11:26 pm   Subject: Differnet Messages Display On LCD
Dear All
Help me to show these message as my requirement.
  Topic: Please help me to solve switch pressing function.
engrmunir786

Replies: 3
Views: 6760

PostForum: General CCS C Discussion   Posted: Wed Aug 08, 2012 1:17 am   Subject: Please help me to solve switch pressing function.
Dear Experts
I have a little bit logic of switch pressing. The below mention program is set and clear switchstatus,5 at every pressing of switch connected at PORTA,3. Now my requirement is that:
1- ...
  Topic: Different Messages Display On LCD
engrmunir786

Replies: 4
Views: 8072

PostForum: General CCS C Discussion   Posted: Wed Aug 08, 2012 12:57 am   Subject: Different Messages Display On LCD
Dear Experts
I want to show these message as below mention procedure.
1- When any PORTB,0,1,2,3 bit is low first its message comes first row and first column.
2- After that any other bit is low its ...
  Topic: BrownOut use or automatically reset of PIC Microcontroller?
engrmunir786

Replies: 4
Views: 10930

PostForum: General CCS C Discussion   Posted: Mon Aug 06, 2012 1:57 am   Subject: BrownOut use or automatically reset of PIC Microcontroller?
Dear Ttelmah
Thanks for your detail reply. I am using flex_lcd. I don't have much idea about watchdog. Can you send me any example code in which watchdog is used. I am not using the R/W line. I am n ...
  Topic: BrownOut use or automatically reset of PIC Microcontroller?
engrmunir786

Replies: 4
Views: 10930

PostForum: General CCS C Discussion   Posted: Sun Aug 05, 2012 9:43 pm   Subject: BrownOut use or automatically reset of PIC Microcontroller?
Dear Ttelmah
The cable length is one feet. Normal data cable like Hard Drive Data Cable.
There is nothing in the box. 1-SMPS Power supply. 2-Lcd Control Circuit.
The PIC is PIC16F72.
I am not usi ...
  Topic: BrownOut use or automatically reset of PIC Microcontroller?
engrmunir786

Replies: 4
Views: 10930

PostForum: General CCS C Discussion   Posted: Fri Aug 03, 2012 2:01 am   Subject: BrownOut use or automatically reset of PIC Microcontroller?
Dear Experts
I want to know how I can use BrownOut function in Pic Microcontroller.

#fuses HS, NOWDT,NOPROTECT,BROWNOUT,PUT

Only enabling in Fuse is enough or is there any special?

Actually ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Fri Aug 03, 2012 1:34 am   Subject: Pic 16F877 Battery Symbol on LCD
Dear Ttelmah
Thanks in advance for my detail and quick help.

lcd_send_byte(0, 0x40);
lcd_send_byte(1, 0x0E);
lcd_send_byte(1, 0x1B);
lcd_send_byte(1, 0x11); ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Thu Aug 02, 2012 9:32 pm   Subject: Pic 16F877 Battery Symbol on LCD
Dear Ttelmah
Thanks again for your detail response. did this show battery bar at one location and show charging status like mobile battery bar? i will program and checked it then reply you again.Dea ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Wed Aug 01, 2012 10:04 pm   Subject: Pic 16F877 Battery Symbol on LCD
Dear Ttelmah
Thanks again for your detail response.
You say that my define battery bar is 80% pointless. Why? Yes I am overwriting same memory again and again because I want to display the battery b ...
  Topic: PIC16F877 ADC value is fluctuating on lcd.
engrmunir786

Replies: 9
Views: 14358

PostForum: General CCS C Discussion   Posted: Tue Jul 31, 2012 10:07 pm   Subject: PIC16F877 ADC value is fluctuating on lcd.
Dear Ttelmah
Thanks again for your detail response. Can you tell me your skype id. I want to add you on skype, if you have no problem. Do you have any sample program of PIC MICROCONTROLLER in which a ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Tue Jul 31, 2012 10:03 pm   Subject: Pic 16F877 Battery Symbol on LCD
Dear gpsmikey
Actually I want to display this battery bar at only one location on lcd and different other messages are also displaying on lcd on different inputs. So tell me the procedure how can I d ...
  Topic: PIC16F877 ADC value is fluctuating on lcd.
engrmunir786

Replies: 9
Views: 14358

PostForum: General CCS C Discussion   Posted: Sun Jul 29, 2012 11:57 pm   Subject: PIC16F877 ADC value is fluctuating on lcd.
Dear Ttelmah
Thank you so much for your detailed response. Can you tell me what is the best programming sequence in which any program never hangs up ? I mean program run continuously without any err ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Sun Jul 29, 2012 11:50 pm   Subject: Pic 16F877 Battery Symbol on LCD
Dear Ttelmah
But I do not want to display battery bar after any message, I only want to display at first line end location(1,16) and every time battery bar is display at that location. I am displayin ...
  Topic: Pic 16F877 Battery Symbol on LCD
engrmunir786

Replies: 10
Views: 16906

PostForum: General CCS C Discussion   Posted: Thu Jul 26, 2012 11:02 pm   Subject: Pic 16F877 Battery Symbol on LCD
Dear Experts
I am displaying Battery Symbol on LCD by using PIC16F877. My code is mention below.

#include <16f877.h>
#fuses HS, NOWDT,NOPROTECT,NOBROWNOUT,NOLVP,PUT

#use delay(clock ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group