RS232 Serial COM controlled Eight Channel R ela y Board 12Volts

RS232 Serial COM controlled Eight Channel R ela y Board 12Volts

瀏覽:1294
日期:2026-04-26
(c) Sigma-Shop.com All rights reserv ed. Sample VB6 code : Private Sub cmdOff_Click() With MSComm1 'make sure the serial port is open If .PortOpen = False Then .PortOpen = True 'send the data.Output = Chr$(255).Output = Chr$(1).Output = Chr$(0) End ......看更多