Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to communicate between the PC and PIC microcontroller using Ethernet. I want to know whether it is possible from vb.net GUI.


What I have tried:

Please help me someone who knows the answer.
Posted
Updated 17-Sep-16 1:32am
v2

1 solution

That depends on what is programmed into the uController, and what hardware it has.
If it doesn't have either a LAN or WAN connection, then no, you can't.
If it does, then the software in the uController must support that hardware, and at least some of the ethernet stack - probably up to Socket level in order for a VB app to connect and communicate with it.
 
Share this answer
 
Comments
kavz.m 17-Sep-16 8:01am    
Thanks for your answer.
so it is not dependent on the VB framework we are using right?
OriginalGriff 17-Sep-16 8:05am    
Not specifically, no - as long as you have a physical connection and can reach the IP address, and the two ends support the same protocol it should work.
kavz.m 17-Sep-16 8:24am    
ok..thank u

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900