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.

[SOLVED] C# interface to a wifi module connected to a PIC

Status
Not open for further replies.

itlok

Newbie level 4
Joined
Aug 29, 2015
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
44
how to create a windows form in c# which send and recieve data from and to a wifi module connected to a PIC. i've been searching for tutorial but with no luck. thanks!
 

there are a number of posts dealing with WiFi modules and PICs, e.g.
https://www.edaboard.com/threads/325241/

what device are you talking too and what protocol are you planning to use?
for example, devices such as Microchip's RN171
https://www.microchip.com/wwwproducts/Devices.aspx?product=RN171

support TCP and UDP protocols - you can write a server in C# and connect the device to it
https://msdn.microsoft.com/en-us/library/c19ex43h(v=vs.110).aspx
https://www.codeproject.com/Articles/2614/Testing-TCP-and-UDP-socket-servers-using-C-and-NET
 
  • Like
Reactions: itlok

    itlok

    Points: 2
    Helpful Answer Positive Rating
im using HLK-wifi-mo3 for the wifi module and PIC18f4550.
 

if you do a web search for HLK-wifi-mo3 you will find plenty of links

you should be able to connect it to a TCP or UDP server running on your PC
 
  • Like
Reactions: itlok

    itlok

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top