LUA Programming ,ESP8266 NODEMCU Serial communication
问题 I am trying to send data over the serial port of the ESP8266 12E NODE MCU dev kit to an arduino serial port. I've having a hard time trying to find an example of the syntax used and I tried using serial.print() via the arduino to send data and it works but I'm unsure how to accomplish this in Lua. Any help is appreciated I can get the SSID and Password form arduino INIT.lua SSID = "XXXX" Password = "XXXX" wifi.setmode(wifi.STATION) wifi.sta.config(SSID,Password) -- Replace with your AP Name