Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

RS232

Hello Experts, 

 

i am working on an application that is triggered from a serial port event change ( DTR and DSR). When this event change is triggered my application catch that and take a screenshot of the desktop. 

i have developed it, what i need help with is to find a hardware that can emulate “Pin Change” event(DTR/DSR). Something that i can connect to my serial port and upon clicking a button it sends a change in event to my serial port.

 

i am open to buy a hardware as long as it can solve the purpose.

 

thanks again

abhi

0 Kudos
Message 1 of 5
(1,789 Views)

Hi,

 

Any USB serial port adapter will do if it has the handshake signals.

If you google for 'c232hd' you will find FTDI USB cables with wire-out. 

They are available for 3.3V and 5V.

 

Kees

0 Kudos
Message 2 of 5
(1,760 Views)

Thanks Kees for your answer. I did look gor C232D cable as mentioned by you.

How will this connect to my desktop, will come in my device manager as a com port, and what I need to do in order to send DTRTSR changes,

 

thanks

0 Kudos
Message 3 of 5
(1,706 Views)

H,

 

Yes it will show up as a COM port.

You have to install the driver from FTDI

You can also find the LabVIEW examples and documentation at the FTDI site.

 

If you can't get it working you can always get back here.

 

Kees

0 Kudos
Message 4 of 5
(1,697 Views)

You can use VISA to "assert" or "unassert" the lines with a VISA Property Node.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 5 of 5
(1,688 Views)