請問在做VB與CPM1A串口通信時的校驗是奇還是偶?請問下面對MSComm控件的初始化對嗎? With MSComm1 .CommPort = 1 .Settings = "9600,e,7,1" .InputMode = comInputModeText .RThreshold = 1 .InputLen = 0 .OutBufferCount = 0 .InBufferCount = 0 End With If Not MSComm1.PortOpen Then MSComm1.PortOpen = True End If