Questions:
Posted by PIC Development Board-Trainer Kit
, Monday, 2 January 2017 on product -
0voteA:
Dear Sir/Madam,
Kindly send the Order ID(Reference Number).
Kindly send the both front and back side image of the Board to the support@researchdesignlab.com . So that we will help you to solve this problem.
Posted byon Monday, 2 January 2017
Posted by PIC Development Board-Trainer Kit
, Saturday, 31 December 2016 on product -
0voteA:
Dear Sir/Madam,
There is chance of disconnection between Soldering mask and pin if you bend the PCB. So Kindly check the continuity between the Pin No. 13 and Soldering Mask, let us know.
Posted byon Saturday, 31 December 2016
0
vote
1
Answer
Posted by PIC Development Board-Trainer Kit
, Friday, 30 December 2016 on product -
0voteA:
Dear Sir/Madam,
Kindly load the LED Blinking code given below. Kindly check whether led blinking or not and let us know.
void main() {
TRISB=0X00;
TRISD=0X00;PORTB=0X00;
PORTD=0X00;while(1)
{
PORTB=0X00;
PORTD=0X00;
delay_ms(1000);
PORTB=0XFF;
PORTD=0XFF;
delay_ms(1000);
}
}Posted byon Friday, 30 December 2016