i have a 8 relay usb board.i need to be able to send on and off commands to the board in visual studio. i am new to programming and figuring my way aroud it, so please bear with me. i do not need any user buttons to turn relays on. i have a random number generator that will generate random numbers between 1-4 and posts it to a label box. every 5 secs the rnd number generator replaces the number in the label box with another random number. i need for when a number 1 is in the label box for relay 1 to turn on. when the number is replaced i need the coresponding relay to turn on. so basiclly i need to know how to open the usb port and send on and off comands to the relay board. thanks for any help