Customers who bought this product also commonly purchased the following combination of items.
- This Item: USB 8 Channel Relay Board-FT245RL
-
12V-2A DC Adapter
-
USB Cable A to B
-
Jumper Wire - Female Pack of 5
-
8 Channel Relay Board-Bluetooth
-
Questions:
-
0voteA:
onbyte=0x00
Relay 1 On
onbyte=onbyte or 0x01
serialport.write(onbyte)
Relay 1 off
onbyte=onbyte And 0XFE
serialport.write(onbyte)
relay 2 On
OnByte = OnByte Or 0x02
serialport.write(onbyte)relay 2 off
OnByte = OnByte And 0xFD
serialport.write(onbyte)relay3 on
OnByte = OnByte Or 0x04
serialport.write(onbyte)relay3 off
OnByte = OnByte And 0xFB
serialport.write(onbyte)relay 4 On
OnByte= OnByte Or 0x08
serialport.write(onbyte)relay 4 off
OnByte = OnByte And 0xF7
serialport.write(onbyte)
relay 5 OnOnByte = OnByte Or 0x10
serialport.write(onbyte)relay 5 off
OnByte = OnByte And 0xEFserialport.write(onbyte)
relay 6 0n
OnByte = OnByte Or 0x20serialport.write(onbyte)
relay 6 0ff
OnByte = OnByte And 0xDFserialport.write(onbyte)
relay 7 on
OnByte = OnByte Or 0x40
serialport.write(onbyte)
relay 7 offOnByte = OnByte And 0xBF
serialport.write(onbyte)
relay 8 on
OnByte = OnByte Or 0x80serialport.write(onbyte)
relay 8 off
OnByte = OnByte And 0x7Fserialport.write(onbyte)
Posted byon Wednesday, 24 December 2014
-
0voteA:
Dear Sir,
Greetings From RDL!!!
We have mailed you the initialization file to your personal email address.
Posted byon Tuesday, 31 October 2017
-
0voteA:
No sir. You can send only commands to control the relays.
Posted byon Friday, 28 December 2018
-
0voteA:
Dear Sir/Madam,
We have sent the sample code to your personal Email ID.
Posted byon Wednesday, 19 April 2017
-
0voteA:
Refer following link to install pylibftdi library https://pylibftdi.readthedocs.io/en/0.15.0/quickstart.html Please find the attached python code to interface FT245RL relay with Linux Refer to the steps mentioned in the attached document to control the relay through python script in windows. The python script is also attached with this mail.
Documents:
Posted byon Monday, 9 March 2020
-
0voteA:
You can use 12V 2A Dc adapter.
Posted byon Wednesday, 28 August 2019 -
0voteA:
You can use 12VDC 2AMP
Please go through the below link for more information
https://researchdesignlab.com/usb-8-channel-relay-board.html
Posted byon Monday, 25 November 2019
-
0voteA: Hello Commands are as below. 1N 1F 2N 2F 3N 3F 4N 4FPosted byon Friday, 11 March 2022