If "A" is typed in putty, then LED0 of the PIC24FJ128GA010 turns ON. If "99" is ented in putty or any other terminal program, LED1 blinks. Any idea how to do that ?
Your email is safe with us, we don’t spam.
Be a part of our ever growing community.
Aswinth Raj
Joined August 16, 2016 1000Tuesday at 12:29 AM
In your case the PIC and computer should have been connected through Serial communication.
Putty is a serial software using which you can send serial data from compter to PIC thorugh COM port.
So all you have to do is write a program on PIC to check for any incoming serial data and based on that you have to control the LED