what does it mean by "The data is immediately sent back to PC". Does it means the output will be displayed at the pc. how?
what does it mean by "The data is immediately sent back to PC". Does it means the output will be displayed at the pc. how?
Yes. For test one as each char is recieved by the PIC it is sent back to the PC by the uart.Originally Posted by sohagiut
Read the code.
This code seems to be way over your head. Is it home work?
Have you done the simple stuff link blinking LEDs etc.
Please post questions to the forums. PM's are for personal communication.
BCHS/3v0's Tutorials
Junebug USB PIC programmer kit., USB Bit Whacker,
The 15 Minute Printed Circuit Board! (+drill time)
Actually i tried to program and used the Hyperterminal with proper settings to see the output. but nothing appears.
If it was that easy everyone would do it.Originally Posted by sohagiut
Debug the code.
Verify that you can select a given test with a switch.
Then choose or write a test that sends data from the PIC to the PC.
Then choose or write a test that sends data from the PC to the PIC.
Then try one that reads data from the PC and sends it back.
Use the debugger.
Please post questions to the forums. PM's are for personal communication.
BCHS/3v0's Tutorials
Junebug USB PIC programmer kit., USB Bit Whacker,
The 15 Minute Printed Circuit Board! (+drill time)