HLK-UART-WIFI is a WLAN Module based on UART Serial from Hi-Link. 1.1. Main Function Support for UART data serial, four baud rate options: 19200 / 38400 / 57600 / 115200bps. Wireless data rates support the 802.11b Standard, the maximum rate is 1
Overview HLK-UART-WIFI is a WLAN Module based on UART Serial from Hi-Link. 1.1. Main Function Support for UART data serial, four baud rate options: 19200 / 38400 / 57600 / 115200bps. Wireless data rates support the 802.11b Standard, the maximum rate
绝对可以编译使用 串口通讯类: using System; using System.Runtime.InteropServices; namespace JustinIO { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; public byte Parity; // 0-4=no,odd,even,mark,space public byte StopBits; // 0,