dzx815
dzx815
I want to use it like this:  As a result, I found that it had to load a file first
OK,Do you know that this type of control can be recommended to me? At present, I have found your control, which is very close to the effect I want. Thank...
That can only be a hexadecimal number. What I need is multiple hexadecimal numbers, separated by spaces, and edited individually. 
Code1: bool result = NativeWifi.ConnectNetwork( interfaceId: interfaceInfo.Id, profileName: ssid, bssType: BssType.Infrastructure, System.Net.NetworkInformation.PhysicalAddress.Parse("78:9C:E7:A0:C8:56") ); Code2: bool result = NativeWifi.ConnectNetwork( interfaceId: interfaceInfo.Id, profileName: ssid, bssType: BssType.Infrastructure, null ); Both pieces of code...
Moreover, the return of true in this function 'NativeWifi.ConnectNetwork' does not mean that the WiFi connection is ready. I still need to judge the connection status of the WiFi adapter...
飞书带 的截屏功能
vofa+,这款工具不开源,只给了安装包,指令解析可以自己写dll解析,提供了示例(QT写的)
这个目前可以切换波形显示,但是具体数值是看不到的,看趋势和看具体数值往往都需要进行的。 At present, waveform display can be switched, but specific values cannot be seen. It is often necessary to observe trends and specific values.  
1. The timer needs to be manually triggered. 2. This action can be changed to a command group format, where intervals and command types can be set between commands, as...