Your cart is empty.
Your cart is empty.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