------------------------------------------------------------------------------------------------ 10.02.2010 Support forum here ------------------------------------------------------------------------------------------------
USB Relay Controller - One Channel
A general purpose USB Relay board (controller) for connection to a PC's USB port using VCP (Virtual COM port). Control devices using your PC. USB Relay Board allows a PC to control a single external device using simple RS232 commands. Relay is fully powered from the USB bus. Free download USB relay board control software.
Features: • Fully assembled and tested. • Fully powered from USB • For 12V/24V DC 15A or 120V/220V AC at 10A max. • Can be used with LabVIEW, ProfiLab, DAQFactory, TestPoint, DASYLab, VEE
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 ----------------------------
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. ----------------------------
Additonal information
Payment accepted: PayPal, Moneybookers, Bank transfer (EU bank account), Western Union.
Postage is fixed at: - EUR 2,50 per order (appr. GBP 2.00, US $3.50) via AIR Mail without Tracking Number - EUR 4.00 per order (appr. GBP 3.50, US $5.50) via AIR Mail with Tracking Number (Signature Request) no matter how many items you buy at a time!
Shipping: We ship WORLDWIDE through Bulgarian Post. The shipping usually takes 7-15 days.