Questions:
-
0voteA: Dear Sir, Thank you for your inquiry. Yes, it will work for Windows 10 OS.Posted byon Saturday, 11 December 2021
-
0voteA: Dear Sir, Dimension(L * W): 80MM * 60MMPosted byon Saturday, 11 December 2021
-
0voteA:
Dear Sir,
Currently we don't have it, but if require we can customize it, for more information please write us at "support@researchdesignlab.com "
Posted byon Wednesday, 19 August 2015
-
0voteA:
Dear Sir,
Please refer the 12th page from the below given datasheet link,
http://researchdesignlab.com/projects/Relay.pdf
Posted byon Wednesday, 19 August 2015
-
0voteA:
Dear Mr.Saurabh
Warm Greetings
Yes it is compatible with linux software, please refer the 12th page from the below given datasheet link,
http://researchdesignlab.com/projects/Relay.pdf
Posted byon Saturday, 6 June 2015
-
0voteA:
Dear Sucheta,
Please go through the below diagram
Posted byon Tuesday, 13 January 2015
-
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, It works for the windows application software.Posted byon Saturday, 11 December 2021