摘要:
Dim nTime As Long Call frmWelcome.WelcomeStype Call frmWelcome.Show nTime = timeGetTime Do While (timeGetTime - nTime) / 1000 < 2 frmWelcome.lbProcess 阅读全文
摘要:
I’m going to take the top reasons and make a series of posts which act as a postmortem of sorts. Hopefully, they can also serve as tips for anybody wh 阅读全文
摘要:
serialport DataReceived事件, 默认是收到一个byte就触发事件. lock (thisLock) { int len = sp.BytesToRead; if (len > 0) { Byte[] data = new Byte[len]; try { sp.Read(dat 阅读全文