2014-09-01 91 views

回答

0

尝试

Dim v As Byte 
Open "COM1" For Binary As #1 
v = <The value to write> 
Put #1, , v 
Close #1 
相关问题