B
Budgie
I need to read a signal from an external device into a textbox. Once the
textbox is populated a message should popup on the screen to verify that the
signal was received. The signals coming are as follows :
\901 - first device
\902 - second device
..
..
..
\910 - tenth device.
A textbox is populated directly from the external device without any
keyboard or mouse interaction. Once the code is accepted a message should
popup saying something like "Device 1 is active" for signal \901. Basically I
only need to act on the last two characters ie. 01, 02, 03 .... 10.
My question is: How do I get the message displayed without any keyboard or
mouse click? In other words once the keystroke of 4 characters is received
the message should be displayed automatically.
Maybe this issue was addressed somewhere else, I just don't know how and
what exactly to search for.
Thanking you in advance.
BvR
textbox is populated a message should popup on the screen to verify that the
signal was received. The signals coming are as follows :
\901 - first device
\902 - second device
..
..
..
\910 - tenth device.
A textbox is populated directly from the external device without any
keyboard or mouse interaction. Once the code is accepted a message should
popup saying something like "Device 1 is active" for signal \901. Basically I
only need to act on the last two characters ie. 01, 02, 03 .... 10.
My question is: How do I get the message displayed without any keyboard or
mouse click? In other words once the keystroke of 4 characters is received
the message should be displayed automatically.
Maybe this issue was addressed somewhere else, I just don't know how and
what exactly to search for.
Thanking you in advance.
BvR