摘要:
1. generate dll building .cs file, for example: myDll.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; namespa 阅读全文
摘要:
https://blog.csdn.net/qq_27977257/article/details/70677661 51单片机的串口,是个全双工的串口,发送数据的同时,还可以接收数据。当串行发送完毕后,将在标志位 TI 置 1,同样,当收到了数据后,也会在 RI 置 1。无论 RI 或 TI 出现 阅读全文
摘要:
using System; #region WndProc常量 public const int WM_DEVICECHANGE = 0x219; public const int DBT_DEVICEARRIVAL = 0x8000; public const int DBT_CONFIGCHAN 阅读全文