Your cart is empty.
Your cart is empty.Seth Robertson
July 16, 2025
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
July 3, 2025
Programming is a little tricky but once you understand it, it works as intended.
Bic Olano
March 11, 2025
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.
Customer
December 27, 2024
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
Michael McGrath
November 28, 2024
It appears to work reliably! Thank you!