Sending file to a rs232 port.
Germt van de Sande
Posts: 8
Hello,
I am looking for a solution to send a hex file i store in the NI controller to a serial port.
I have a dmx player that is connected to a ni master on a rs232 port, but when the costumer want to change the light i have to go to there.
Now i want to store the changed light file on the master to the internet and with a command trigger it to send over to the dmx player.
How can i do that.
I am looking for a solution to send a hex file i store in the NI controller to a serial port.
I have a dmx player that is connected to a ni master on a rs232 port, but when the costumer want to change the light i have to go to there.
Now i want to store the changed light file on the master to the internet and with a command trigger it to send over to the dmx player.
How can i do that.
0
Comments
Connect the lighting hardware to a 232 port on master#1, and in you're office connect your PC running the lighting editor to a 232 port on master#2.
You then write code to forward everything on master2 port directly to master1 port, there is a keyword for the command but I'd need to check it.
The lighting software will think it is directly connected to the lighting hardware via a serial cable. Works like a charm
That is a great idee to do it, what is the keywoord then can i find out and try it .
thanks for the help.