ESP8266 Serial WiFi driver

I just posted the source code I wrote for ESP8266 serial WiFi devices.
Located here: GitHub - Dweaver309/ESP8266: ESP8266 WiFi source code for Microsoft .Net Micro Framework in Visual Basic and C#
The code is in Visual Basic and C#.
I hope someone will translate the code to Tinyclr for the community.

4 Likes

TinyCLR provides hooks to give you standards .net interfere for sockets. What you have is the perfect starting point.

Are you using the official AT commands?

1 Like

Yes I am using just a handful of AT commands.

There is a method call SendData that allows any AT string command to be written to the serial port.

2 Likes