Questions:
Posted by , Monday, 2 January 2017 on product PIC Development Board-Trainer Kit
-
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 by on Monday, 2 January 2017
Posted by , Saturday, 31 December 2016 on product PIC Development Board-Trainer Kit
-
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 by on Saturday, 31 December 2016
1
vote
1
Answer
Posted by , Friday, 30 December 2016 on product PIC Development Board-Trainer Kit
-
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 by on Friday, 30 December 2016

