08-01-2012 05:17 AM
Hi,
I want to set the RS-232 Ring Indicator line through LabVIEW. Does anyone know the relevant commands we have to send to make it true.
08-01-2012 05:41 AM
08-01-2012 06:17 AM
Hi GerdW,
I'll be more specific this time.
I am communicating through TCP/IP protocol and simulating a MODEM.
In the Modem I need to set the Ring Indicator line as High.
Hope I have made myself clearer.
Thanks,
Runjhun
08-01-2012 06:19 AM
08-01-2012 06:23 AM
Yup thats correct. I am communicating through Virtual COM Ports.
08-01-2012 06:24 AM
08-01-2012 06:30 AM
Thanks Gerd,
But I can't use this property in TCP/IP communication, correct ?
Runjhun
08-01-2012 06:54 AM
Hi RJ,
please show atleast a picture of your BD as it's not clear what you are actually doing.
When you use serial ports for communication then you should be using VISA, hence you could use that property...
When you don't use serial ports virtual or real) then you don't have this hardware-related option...
08-01-2012 07:04 AM
Hi Gerd,
I am actually Simulating a Modem in my program through TCP/IP and exchanging some AT Commands.
Now when I send 'RING' AT Command to the port the Ring Indicator line should come high .
If some h/w was there it would take care of itself but as there's no hardware I need to send some commands to make this RI control line high.
08-01-2012 07:25 AM - edited 08-01-2012 07:26 AM
Hi RJ,
which RI line should be set to HIGH when there is no hardware?
RI is a hardware feature found on a real RS232 port. No hardware means no port means no RI line means no HIGH signal on RI line...
This gets mysterious...