Author |
Message |
Topic: Led display interfacing |
muralid
Replies: 7
Views: 28396
|
Forum: General CCS C Discussion Posted: Tue Jan 19, 2016 1:03 pm Subject: Led display interfacing |
The model number of the p10 display is p10c4d1.3
Code for Arduino:
#include <SPI.h>
//Pins specific for Mega. See Arduino SPI for a different board.
#define A 22
#define B 24
#d ... |
Topic: Led display interfacing |
muralid
Replies: 7
Views: 28396
|
Forum: General CCS C Discussion Posted: Tue Jan 19, 2016 8:46 am Subject: Led display interfacing |
thanks sir
But i am not stuck with code, i just want the hardware connection details.
There are two data pins in the led display.
I want to know which should be connected to which pin in the micro ... |
Topic: Led display interfacing |
muralid
Replies: 7
Views: 28396
|
Forum: General CCS C Discussion Posted: Tue Jan 19, 2016 6:45 am Subject: Led display interfacing |
Hi guys
I have to interface pic16f877a with p10 display.
It is said that it should be done by using hub 12 protocol. P10 has 16 pins in the input side. I don't know how to start with.
Reference ... |
Topic: modbus communication |
muralid
Replies: 1
Views: 7044
|
Forum: General CCS C Discussion Posted: Thu Dec 17, 2015 3:15 am Subject: modbus communication |
hai guys
I'am in need to communicate pic microcontroller with a plc through modbus tcp ip. i dont have modbus tcp ip driver can anyone please help me with that. |
Topic: input of 4 to 20 ma from a sensor to pic microcontroller |
muralid
Replies: 2
Views: 7820
|
Forum: General CCS C Discussion Posted: Tue Oct 27, 2015 2:06 am Subject: input of 4 to 20 ma from a sensor to pic microcontroller |
hai guys
i need to interface level sensor which give 4 to 20 ma to pic 16f877a
please help me guys |
Topic: modbus communication |
muralid
Replies: 2
Views: 6715
|
Forum: General CCS C Discussion Posted: Sat Oct 17, 2015 4:15 am Subject: modbus communication |
hi guys
I would like to interface pic with plc using modbus communication.
I don't know how to start with.
kindly help |
Topic: Changing the ds1307 time format and adjusting the time |
muralid
Replies: 3
Views: 7656
|
Forum: General CCS C Discussion Posted: Fri Oct 16, 2015 4:17 am Subject: Changing the ds1307 time format and adjusting the time |
Hi guys
I have interfaced the ds1307 with my pic 16f877a and it is displaying the time correctly. The issue is i want to change the time format to 12 hours format and i need to adjust the time using ... |
Topic: Serial communication between two PICs |
muralid
Replies: 15
Views: 26461
|
Forum: General CCS C Discussion Posted: Wed Oct 14, 2015 3:50 am Subject: Serial communication between two PICs |
thanks and it is working |
Topic: Serial communication between two PICs |
muralid
Replies: 15
Views: 26461
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 11:47 pm Subject: Serial communication between two PICs |
guys i am new to this forum.
I want transfer the message from one pic to another pic. I mean not a single character but a string. |
|