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.

how to send or receive a data from pic18f4550 to vb

Status
Not open for further replies.

vinodha

Newbie level 1
Joined
Dec 29, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
hi all

i am doing a project regarding pic18f4550. in my application i need to send 8 bit data available in pic18f4550 to visual basic 6.0.
i don know what exactly i should do to get the 8 bit data. kindly help me to do this...


thanks in advance
 

you can use some communication tech niche like RS232 or MOD bus RS485 after initializing the UART of the controller
 

18F4550 is a usb mcu so in your project you would be expected to implement usb protocol stack in the mcu(Freely available). So program the usb mcu either as serial to usb convertor or usb keyboard. Search the net it is quite a popular MCU you will get more help. Use C# or VB.net Preferably
 

You have to USB Component like mcHID.dll from HELM PCB website. It works with VB.net 2005/2008/2010/2012. You need to program your mcu to send/receive usb data. You should also write the vb/vb.net application to send/receive usb data. I have done a similar project using PIC18F4550, mikroC Pro PIC Compilers, and Visual Basic.Net 2010. You can see the project here. https://www.edaboard.com/threads/271146/

I can help if you are using mikroC and VB.net
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top