April 24th, 2009 03:46 PM
Well, I am going to try to explain my problem.
Interfase USB PIC based.
The PIC part is always sending OutputPacketBuffer, and The PC Part is always checking InputPacketBuffer. The only...
April 22nd, 2009 11:22 PM
Dear friends,
I made a PIC based USB interface, I have connected one pushbutton to the PIC and when I push it, a counter is incremented.
I did a visual C++ interface with a Form and a Label to...
April 19th, 2009 08:37 AM
Dear Cnemo,
Data Stored in Buffer is hex.
I am doing the PIC part in assembler, and the routine in PC is VC++.
The interface is just to test a State of a push button, first I did send just a...
April 19th, 2009 01:31 AM
Dear Friends,
I made an interfase with PIC to transmit data via USB port, this data its stored in a Buffer.
I want to create a Form with text boxes in VC++ to display this data Buffer in...