can you use an ir port for 1way 232 comm?
samos
Posts: 106
I know that you can do this with cr****n. Is this possible with an AMX IR port.If so what commmand need to be sent to the IR port??? any help would be great??
0
Comments
If you have a look under the PI entrry for your master it should give you all the info you need to get it up and running.
Recently though I could not get a Samsung tv to respond to the commands.
The real problem is the none standard signal levels coming out of the port. I think RS232 should have a 12volt level but the the IR port only outputs about 1volt.
I use it all the time with Sony cameras to save on serial ports. I've never had a problem even going as far as 35 feet or possibly longer on a feed either. Granted I'm only using them for a few devices but it's been pretty good for me.
In the module I wrote I have this:
I hope this helps.
1 way RS232 only works on x100, 700, and 900 NIs. No go on x000 or IR cards
I don't think this is correct.
I just did an install on an NI-3000 with 2 cameras both being controlled serially via the IR ports.
And from the AMX-PI and the PDF file on NXC cards I got this from the IRS4 page:
I use set mode DATA, but other than that I've done it before, and it works.
I know this is an old post but did someone knows if the corresponding LED port is supposed to blink when sending a command?
THANKS
I know that was an old question but for future reference, yes John, the LED does blink.
This works on my NI-900, not on my old NI-3000.
As for Cre$tron vs AMX and serial ports used for RS232, my feeling is that the superiority of Cre$tron in this application is Cre$tron marketing hype. That's just my feeling, having experienced the relative indifference with Cre$tron that AMX shows compared with the near pathological obsession that Cre$strom people have with denigrating AMX.
So, when sending multiple commands, you should incorporate waits between commands
As long as you remember that the IR ports are lower voltage than standard RS-232 so you should only use them for local devices (ie very short cable runs) where you don't need feedback.
My theory is that they are "Get out of jail free" cards, never design a system using an IR port as serial but if you find yourself needing 1 more serial port after the design is complete then play the card.
Or use one of these or these. Your programmer will hate you a whole lot less.
Will they, or are you just espousing the virtues of spending extra money with your employer? Tongue firmly in cheek...
Personally I believe one way serial from IR ports is best left to use as a get out of jail free card when the engineering on a job hasn't quite been up to scratch. When I've used it in these cases I've not had a problem with it and it hasn't caused me any significant code writing overhead.
Edit: Reading back through the thread, I basically agree with every point Champ makes.