我正在尝试使用 MScom 通过 com 端口发送消息VB6
。虽然发送简单的英文消息是可以的。但是当我发送乌尔都语测试时它会发送吗?分数。我的端口设置
With MSComm1
.CommPort = port
.Settings = "9600,N,8,1"
.Handshaking = comRTS
.RTSEnable = True
.DTREnable = True
.RThreshold = 1
.SThreshold = 1
.InputMode = comInputModeBinary 'comInputModeText
.InputLen = 0
.PortOpen = True 'must be the last
End With
我使用 urdutextbox 来写消息