Author |
Message |
Topic: 16F876A.h file |
UDIPTA
Replies: 2
Views: 5275
|
Forum: General CCS C Discussion Posted: Mon Sep 07, 2009 10:27 am Subject: 16F876A.h file |
Thanks for your reply. |
Topic: 16F876A.h file |
UDIPTA
Replies: 2
Views: 5275
|
Forum: General CCS C Discussion Posted: Sun Sep 06, 2009 11:16 am Subject: 16F876A.h file |
Can anyone share me the 16F876A.h file?
Actually I am using the demo version right now, where this file is not available.
Please help. |
Topic: Password protection |
UDIPTA
Replies: 3
Views: 4636
|
Forum: General CCS C Discussion Posted: Thu Sep 03, 2009 12:38 am Subject: Password protection |
I am writing a program which needs to be password protected. I am
using pic16f876a mcu. Can you give some idea how I can enter a
password using a single switch and how the password can be checked? ... |
Topic: PWM OUTPUT |
UDIPTA
Replies: 4
Views: 4965
|
Forum: General CCS C Discussion Posted: Mon Aug 24, 2009 8:34 am Subject: PWM OUTPUT |
How can I drive a solenoid operated valve with the PWM output from PIC16F876A, such that flow through the valve will be controlled by the duty cycle of the PWM output? I am afraid that the MCU output ... |
Topic: PWM OUTPUT |
UDIPTA
Replies: 4
Views: 4965
|
Forum: General CCS C Discussion Posted: Sat Aug 22, 2009 5:05 am Subject: PWM OUTPUT |
HOW CAN I GET PWM OUTPUT FROM PIC MICRO-CONTROLLER BASED BOARD?PLEASE LET ME KNOW THE IC NO. HAVING PWM OUTPUTS? |
Topic: lcd.c driver file |
UDIPTA
Replies: 2
Views: 6058
|
Forum: General CCS C Discussion Posted: Sat Aug 01, 2009 12:01 am Subject: lcd.c driver file |
I would like to use port C of pic16f876a to drive lcd. But standard lcd driver lcd.c uses port B or port D. Can it be modified for port C utilization? If yes, then where do I have to change in the cod ... |
Topic: ICD-U40 |
UDIPTA
Replies: 1
Views: 2864
|
Forum: General CCS C Discussion Posted: Sat May 09, 2009 3:59 am Subject: ICD-U40 |
I would like to debug my program using ICD-U40. Is it possible to check the values of the variables while debugging? Plz help!! |
Topic: CANBUS PROBLEM! |
UDIPTA
Replies: 4
Views: 6175
|
Forum: General CCS C Discussion Posted: Fri May 08, 2009 12:21 am Subject: CANBUS PROBLEM! |
Thanx Andrew for replying. But still I can't move a bit forward. I need more help from all of you. Please help me out!
Thanks in advance.. |
Topic: CANBUS PROBLEM! |
UDIPTA
Replies: 4
Views: 6175
|
Forum: General CCS C Discussion Posted: Thu May 07, 2009 5:28 am Subject: CANBUS PROBLEM! |
I am trying to develop a project for our machine,i.e. Crane,with PIC18f2480 as Canbus protocol controller and PCA82C520 as Can controller interface. I am taking analog input from a Transmission oil pr ... |
Topic: CANBUS using PIC 18F4580 |
UDIPTA
Replies: 5
Views: 14940
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2009 10:41 pm Subject: CANBUS using PIC 18F4580 |
Of course. I myself will write the code. I just want to know how I can convert analog to canbus signal? Is ADC conversion required? Plz help. |
Topic: CANBUS using PIC 18F4580 |
UDIPTA
Replies: 5
Views: 14940
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2009 10:18 pm Subject: CANBUS using PIC 18F4580 |
Thanks for reply. Can you please send me the program (written in PIC C compiler) using PIC18F458 & MCP2551 which produce CAN signal as output and uses analog signal as input. (Precisely,an analog ... |
Topic: problem with 16 X 2 LCD |
UDIPTA
Replies: 2
Views: 2888
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2009 4:19 am Subject: problem with 16 X 2 LCD |
The CCS LCD.c file defaults to all connections to port D. If U wish to use PORTB then the line #define use_portb_lcd TRUE must be added in your program before the LCD.c file is included. Try it now :r ... |
Topic: CANBUS using PIC 18F4580 |
UDIPTA
Replies: 5
Views: 14940
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2009 3:54 am Subject: CANBUS using PIC 18F4580 |
Hello everyone. I want to develop a board using PIC18F4580 with a Transmission oil pressure sensor connected at AN0 and convert the analog value to CANbus signal (extended format) which will be viewed ... |
|