Can you consider supporting the control of WIFI, serial port and Bluetooth in the Xojo For Android project? Now and in the future, the Internet of Everything is within reach.
And such functions as device networking, device communication and control all require the above functions.
For example:
Wifi.StartScan()
Wifi.StopScan()
Wifi.IsScanDone() As Boolean
Wifi.APList() As String()
Wifi.Connect()
Wifi.IsConnected() As Boolean
Wifi.Networkinfo.IPAddress As IPAddress
Wifi.Network.Mask As IPAddress
Wifi.Network.Gateway As IPAddress
Wifi.Network.Dns As IPAddress()
Bluetooth.StartScan()
Bluetooth.StopScan()
Bluetooth.IsScanDone() as Boolean
Bluetooth.Devices() As String()
Bluetooth.Connect()
Bluetooth.IsConnected() As Boolean
Bluetooth.Write()
Bluetooth.Read() As Byte
Bluetooth.Available() As Integer
1 post - 1 participant