Shopping Cart

Your cart is empty.

Your cart is empty.

Hilitand 4 Channel Relay Board Remote Control DB9 RS232 12V UART Serial Port Switch for Car Motor

Free shipping on orders over CA $49.99

CA $24.61

CA $ 10 .99 CA $10.99

In Stock

About this item

  • 【DC 12V+DB9 】This relay adopted DC 12V power supply (voltage range 9-13v). RS232 DB9 female interface.
  • 【current】Standby current (all relays closed) 18MA, 1 channel relay open 50MA, 2 channel relays open 81MA, 3 channel relays open 110MA, 4 channel relays open 141MA.
  • 【4 channel】This is 4 channel relay module, 1 channel / 2 channel / 3 channel / 4 channel condition available.
  • 【fully function】"Read", "open", "close", "Self-locking" , click, interlock 6 commands, meet your different purpose.
  • 【wide applications】Suit for car, motor control, can satisfy most of the industrial control.



Product Description

Remote control switch

RS232 relay

Control garage car motor motor

The baud rate is 9600, 8 data bits, one stop bit, and no parity bit. Each data frame contains 8 bytes. Control command format:

RS232 relay

Specifications:

Model: CE039_12V

Product series: RS232

Rated current: 10A

Rated voltage: DC12V

3C rated voltage range: below 36V

Relay load current: Max 10A

Relay load voltage: DC 1-100v or AC85-265v

Weight: 67g

Size: 8.5 x 4.7 x 1.8cm/3.35 x 1.85 x 0.71inch

Package Included: 1 x RS232 Relay

5 control commands:

1. Read status command (used to read the status of the relay (on/off))

55 56 00 00 00 00 00 AB

2. Relay on (send this command, relay NO and COM will be closed)

Relay 1: 55 56 00 00 00 01 01 AD

Relay 2: 55 56 00 00 00 02 01 AE

Relay 3: 55 56 00 00 00 03 01 AF

Relay 4: 55 56 00 00 00 04 01 B0

3. Relay off (send this command, relay NO will be disconnected from COM)

Relay 1: 55 56 00 00 00 01 02 AE

Relay 2: 55 56 00 00 00 02 02 AF

Relay 3: 55 56 00 00 00 03 02 B0

Relay 4: 55 56 00 00 00 04 02 B1

4. The relay is self-locking (relay status is reversed, if the relay NO is engaged with COM, send this command to disconnect NO from COM, and vice versa)

Relay 1: 55 56 00 00 00 01 03 AF

Relay 2: 55 56 00 00 00 02 03 B0

Relay 3: 55 56 00 00 00 03 03 B1

Relay 4: 55 56 00 00 00 04 03 B2

5. Relay jog (relay NO and COM pull in, disconnect after 200MS)

Relay 1: 55 56 00 00 00 01 04 B0

Relay 2: 55 56 00 00 00 02 04 B1

Relay 3: 55 56 00 00 00 03 04 B2

Relay 4: 55 56 00 00 00 04 04 B3

6. Relay interlock (corresponding relay is closed, other relays are disconnected)

Relay 1: 55 56 00 00 00 01 05 B1

Relay 2: 55 56 00 00 00 02 05 B2

Relay 3: 55 56 00 00 00 03 05 B3

Relay 4: 55 56 00 00 00 04 05 B4

Every time a command is sent, there is a return frame, and the 7th byte in the return frame contains the status of the relay. Return to instruction:

Remote control switch

2 return instructions

1. Return to relay on (return to this command, indicating that the relay NO and COM are in the pull-in state)

Relay 1: 33 3C 00 00 00 01 01 71

Relay 2: 33 3C 00 00 00 02 01 72

Relay 3: 33 3C 00 00 00 03 01 73

Relay 4: 33 3C 00 00 00 04 01 74

2. Return to relay off (return to this command, indicating that the relay NO and COM are disconnected)

Relay 1: 33 3C 00 00 00 01 02 72

Relay 2: 33 3C 00 00 00 02 02 73

Relay 3: 33 3C 00 00 00 03 02 74

Relay 4: 33 3C 00 00 00 04 02 75


Seth Robertson
Reviewed in the United States on July 22, 2024
It works as described. Note that the device is an RS-232 DCE, so a normal computer (DTE) does not need a null modem but a modem/radio typically will. Further note that serial grounding (as always) can be critical--it didn't work for my debugging without it.It has that "self-locking" mode where NO is connected to COM. Note, however, that this only occurs when the system is powered on. When powered off, COM is connected to NC regardless of the self-locking status.The biggest nit is that, while the interlock mode works great, the REPORTING of it fails. Turn on 1, status reports 1 on. Interlock 2, then status reports ports 1 and 2 on, despite 1 having been turned off in reality.Speaking of status, the sixth byte is used to request the status (2 off, 1 on) of each port just like the other commands. Using the default command they provide (with a port of 0) only returns the status of port 4 AFAIK.If you are developing in python, then the following code fragment will be of use: `struct.pack("BBBBBBBB", 0x55, 0x56, 0x00, 0x00, 0x00, int(relay), int(state), 0xAB + int(relay) + int(state))`
Joe
Reviewed in the United States on October 22, 2023
Programming is a little tricky but once you understand it, it works as intended.
Bic Olano
Reviewed in the United States on September 28, 2022
After determining that this board required a male-female straight-through serial cable, found it to be working well with my application which is based on PHP sripts.
Michael McGrath
Reviewed in the United States on October 10, 2022
It appears to work reliably! Thank you!
Customer
Reviewed in the United States on October 30, 2021
it's working just fine and as it says, waiting until i start stressing it in the coming 2 weeks, I just wonder if they have a version with less channels