Price $24.95 including worldwide shipping.
A general purpose USB Relay controller for connection to a PC's USB port using VCP (Virtual COM port). Control devices using your PC.
Features:
• Fully assembled and tested.
• For 12V/24V DC 15A or 120V/220V AC at 10A max.
Complete including:
- One USB relay Controller
Dimensions (PCB board) :
90 mm / 35 mm
Links:
Manual - http://www.sigma-shop.com/manuals/USB1RELAY_manual.pdf
Drivers - http://www.ftdichip.com/Drivers/VCP.htm
Support forum - http://www.sigma-shop.com/board/
Drivers are available to work with the following operating systems :
Windows Vista x64, Windows XP x64, Windows Server 2003 x64, Windows Vista,
Windows XP, Windows Server 2003, Windows 2000, Windows ME, Windows 98,
Linux, Mac OS X, Mac OS 9, Mac OS 8, Windows CE.NET (Version 4.2 and greater)
Communication Parameters:
8 Data, 1 Stop, No Parity
Baud rate : 9600
Commands:
OFF command: FF 01 00 (HEX) or 255 1 0 (DEC)
ON command: FF 01 01 (HEX) or 255 1 1 (DEC)
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 With 'MSComm1
End Sub
Private Sub cmdOn_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$(1)
End With 'MSComm1
End Sub
----------------------------
Sample C# code:
----------------------------
private void button1_ON_Click(object sender, EventArgs e)
{
serialPort1.Write(new byte[] { 0xFF, 0x01, 0x01 }, 0, 3);
}
private void button1_OFF_Click(object sender, EventArgs e)
{
serialPort1.Write(new byte[] { 0xFF, 0x01, 0x00 }, 0, 3);
}
----------------------------
Linux:
----------------------------
The old kernel's "echo" commands:
echo $'xFFx01x01' > ttyUSB0
the relay 1 go ON.
echo $'xFFx01x00' > ttyUSB0
the relay 1 go OFF.
----------------------------
The new kernel's "echo" commands:
echo -e 'xFFx01x01' > /dev/ttyUSB0
the relay 1 go ON.
echo -e 'xFFx01x00' > /dev/ttyUSB0
the relay 1 go OFF.
----------------------------
---------------------------------------------------
This item is assembled, tested and in working condition.
I have this item in stock. So it is dispatched as soon as the payment is received.
I ship daily (Monday-Friday). Every item is carefully tested and packed before shipping.
The shipping usually takes 7-15 days. This shipping duration is fixed by the post services.
Please check my other items.
FREE WORLDWIDE SHIPPING PER ORDER no matter how many items you buy from me at a time.
I prefer payments through PayPal.
--------------------------------------------------- ... [full description] |