LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A question about serial port?

Hi,
 
I am thinking of using the serial port to send out a trigger signal. Basiclly,  the trigger signal is used as an interrupt input of a microcontroller.  The trigger signal remains 'low' first, then it changes to 'high' for several milliseconds, finally the trigger signal changes to 'low' again.
 
Is that possible?
 
Thanks
0 Kudos
Message 1 of 2
(2,617 Views)


@Sean_usc wrote:
Hi,
 
I am thinking of using the serial port to send out a trigger signal. Basiclly,  the trigger signal is used as an interrupt input of a microcontroller.  The trigger signal remains 'low' first, then it changes to 'high' for several milliseconds, finally the trigger signal changes to 'low' again.
 
Is that possible?
 
Thanks


Yes, as long as the timing of several milliseconds is not to critical you could simply use VISA to set one of the handshake lines RTS, CTS, DTS, DCD etc to the desired state. Just watch out RS-232 is really a +-3 to 15V interface so connecting the line directly to your mocrocontroller will probably fry it.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,613 Views)