VB串行通信中MSComm1.Output用法

2020-08-28 财经 186阅读
发送1字节
Dim sj(0) As Byte
sj(0) = &H1
MSComm1.Output =sj
发送2字节
Dim sj(1) As Byte
sj(0) = &H1
sj(1) = &H1A
MSComm1.Output =sj
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com