LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keyboard commands

Salve,

sto implementando via seriale RS232 una comunicazione con un DUT, che normalmente avviene via Hyperterminal.

Uno dei comandi da inviare via Hyperterminal è la freccia in alto (intendo il comando della tastiera).

Non riesco ad inviare l'equivalente comando sotto forma di stringa via RS232 con LabVIEW.

Potete darmi qualche dritta?

Grazie

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

English Translation:

I'm implementing via RS232 serial communication with a DUT, which normally takes place via Hyperterminal.
One of the commands sent by Hyperterminal is the up-arrow (I mean the keyboard command).
I can not send the equivalent command as a string via RS232 with LabVIEW.
Can you give me some advice?

thanks

 

 


0 Kudos
Message 2 of 5
(2,397 Views)

I am not sure, but it could be '\38'.

I have not tried it.

 

You can try sending     \38      over the serial port.

 

Do you know how to communicate with the serial port using LabVIEW?

 

 

 

 

Non sono sicuro, ma potrebbe essere '\38'.

Non l'ho provato.

Si può provare l'invio       \38            attraverso la porta seriale.

Non si sa come comunicare con la porta seriale utilizzando LabVIEW?

0 Kudos
Message 3 of 5
(2,381 Views)

\38 is the colon

 

I am not sure how he'll be able to do this.

According to the discussion at http://stackoverflow.com/questions/2876275/what-are-the-ascii-values-of-up-down-left-right

there aren't ASCII codes for the arrow keys.

0 Kudos
Message 4 of 5
(2,378 Views)
0 Kudos
Message 5 of 5
(2,371 Views)