Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VB.Net code needed for receiving data from PIC18F4550

Status
Not open for further replies.
Joined
Jul 25, 2012
Messages
1,192
Helped
171
Reputation
342
Reaction score
162
Trophy points
1,343
Activity points
0
Hello!

In my project I have successfully sent data to PIC from PC (VB.Net app) and displayed it on LCD. I am having problem receiveing data from PIC and display it in my VB.Net app. I am using mcHID.dll for USB communication. I want an example code to sent data from PIC using mikroC Pro and also want an example VB.Net code on using hidReadEx() and put the received data to a text box control.
 

hmm if you are sending a string, you have to listen fr end of string for data ending. and for timing, you have to open the port, listen for data and then close the port..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top