Quote Originally Posted by CipiCips View Post
aha

thx for answer now I understand how that works and it is clear to me now. So program created in C++ or C# will send info to USB, and program for PIC will register that info from USB and do what ever he is program to do.
I would start by sending out serial from a PIC programed with compiler of your choice to a PC serial port and run HyperTerminal which is found in windows in the start menu under accessories > communications.
The sent text will display on the terminal screen.
Hyperterminal can also be configured to send keystrokes back to the PIC with a receive routine for example to blink an LED if RX is "1".
This is a major cool factor for a beginner programmer!


Norm