LCUS-1


Introduction:



LCUS-1 USB relay module equipped with stable performance USB to serial chip and microcontrollers, the computer can be used in the serial port debugging software to send serial port command to control the relay on and off.



Product Parameters:



Controller chip: Onboard high-performance microcontroller chip


Control chip: Onboard CH340 USB control chip


LED indicator: Onboard power LED and relay status LED


Relays: Onboard 5V, 10A / 250VAC, 10A / 30VDC relays, long relay life, can be continuous pull 10 million


Protection function: with overcurrent protection and relay diode freewheeling protection.



LC USB switch protocol:


Data (1) --- starting identity (the default is 0xA0)

Data (2) --- switch address code (default is 0x01, identifying the first channel switch)

Data (3) --- Operating Data (0x00 to "Off", 0x01 "On")

Data (4) --- checksum


Example:


Open USB switch: A0 01 01 A2

Close USB switch: A0 01 00 A1


Operation:


Step1: the USB relay module into the computer, install CH340 USB to serial chip driver


Step 2: Open the STC-ISP, SSCOM32 serial debugging software, select the baud rate of 9600, in hexadecimal (hex) form to send A0 01 01 A2 to open the relay; hex (hex) form Send A0 01 00 A1 to turn off the relay, you can choose to send manually or automatically. The following: SSCOM332 serial debugging software for example:

Send manually


Select the baud rate 9600, check the "HEX send", enter the command A0 01 01 A2 or A0 01 00 A1, point "send", you can turn on or off the relay

Send manually


Select the baud rate 9600, click on the SSCOM32 interface in the "expansion", enter the command a0 01 01 A2 and A0 01 00 A1, check the "HEX send", enter the automatic cycle to send the interval, check the "automatic loop" The relay can be automatically turned on and off


LCUS-2


LCUS-4

2.2 Operation
(1) Choose power supply
●USB power supply: Connect USB to the computer, the toggle switch to the “Usb_P”

External power supply: Connect USB to the computer, the toggle switch to the “Ext_P”, DC connect to external 5V power supply.

Tips: When the toggle switch to “Ext_P”, please remember to connect the external 5V power supply, otherwise the relay indicator will light but the relay will not work! ! !

(3) Install the serial port driver: install the CH340 USB to serial port driver for the first use.

(4) Open the serial port debugging software such as SSCOM32, select the baud rate of 9600, and send the command in hexadecimal (hex) format to open or close the corresponding relay. You can choose to send manually or automatically. The following is an example of SSCOM32 serial debugging software:

●Manual send: Take 1st channel as an example, select the baud rate 9600, and input the command A0 01 01 A2 or A0 01 00 A1, click “Send” to turn the first relay on or off.


●Automatic send: Take 1st channel as an example, click “Extension” in the SSCOM32 panel and print command A0 01 01 A2 and A0 01 00 A1, click “HEX Send”, then select “Auto Cycle Send” to automatically cycle and close the first relay.

●Relay status check: send “FF” (in hex) format. If the 1st and 2nd channels are open, and the 3rd and 4th channels are closed, the status check will return:

"CH1:ON \r\nCH2:ON \r\nCH3:OFF\r\nCH4:OFF\r\n". 

LCUS-8