dzx815

Results 23 comments of dzx815

I want to use it like this: ![image](https://user-images.githubusercontent.com/15151459/149446865-9958f3aa-2bb7-4d56-a6e1-b9152d49e67c.png) 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. ![image](https://user-images.githubusercontent.com/15151459/149449547-c780a2df-c3e3-43ec-9412-cb8675196e37.png)

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. ![Image](https://github.com/user-attachments/assets/bb2440a3-2bcc-41c4-a47d-c9d6733f2f28) ![Image](https://github.com/user-attachments/assets/d5247665-9676-4989-aa51-97a5ad87538d)

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...