Section 5. Example Applications

MSComm1.Output = "/read card" & Chr$(10)

'If the device has check reading capability, then the

'following command would be used to read only the check

'data

'MSComm1.Output = "/read check" & Chr$(10)

'If the device can read only one media type (e.g. a

'card reader) then the read command "/read" command can

'be is issued by itself.

'MSComm1.Output = "/read" & Chr$(10)

'If the device is capable of reading more than one

'media type and the application is capable of accepting

'data from any of the media, then the read command can

'be issued by itself or with the "any" parameter. (They

'are equivalent.)

'MSComm1.Output = "/read" & Chr$(10)

'or

'MSComm1.Output = "/read any" & Chr$(10)

'Ask the user to do the read

txtInfo.Text = "Please swipe a card or click on Exit to quit"

'Wait until the card is read.

'In real life, the program can do other things while

'waiting for the data

Do

DoEvents

Loop Until Len(RcvdData$) > 0

'Display the received data txtInfo.Text = RcvdData$

'Reenable the read button btnRead.Enabled = True

End Sub

'+

----------------

+

 

' btnStart_Click

 

'+

----------------

+---------------------------------------------------

+

' This function does the following:

'

1)

Set up the

buttons and display

'

2)

Open the device under its "friendly name" as a file

'

3)

Retrieve its "unfriendly name" (e.g. "COM12")

'

4)

Extract the com port number from the unfriendly name

'

5)

Close the device (IMPORTANT: this must be done or you will not

'

 

be able to

open the device again, in any mode, without

'

 

resetting the computer)

'

6)

Open the device under its "unfriendly name" as a serial device

'+

--------------------------------------------------------------------

 

+

Private Sub btnStart_Click()

'will hold the fully qualified name of the driver

Dim NewName$

'will be used to get data from the device driver

Dim buf$

127

Page 130
Image 130
Elo TouchSystems 1525L manual 127, MSComm1.Output = /read card & Chr$10

1525L specifications

The Elo TouchSystems 1525L is a highly regarded touch screen monitor that combines advanced technology with user-friendly design. Featuring a 15-inch display, this monitor is the ideal solution for a diverse range of applications, from retail point-of-sale systems to interactive kiosks and industrial control setups.

One of the standout features of the Elo 1525L is its intuitive touch technology. The monitor employs Elo's patented surface wave technology, which allows for precise touch response and true multi-touch capabilities. This ensures that users can interact with the screen effortlessly, whether they are using their fingers or a stylus. The result is a highly responsive and engaging user experience, making it an ideal choice for environments that require frequent user interaction.

The display offers a bright and vibrant LED-backlit screen with a resolution of 1024 x 768 pixels. The 5-wire resistive touchscreen provides excellent optical clarity and durability, making it perfect for high-traffic areas. Additionally, the anti-glare surface minimizes reflections and enhances visibility under various lighting conditions, ensuring that content remains clear and legible.

In terms of connectivity, the 1525L boasts considerable flexibility with a range of interfaces including USB, VGA, and HDMI options, allowing it to easily integrate with existing systems. This versatility makes it adaptable for a variety of applications, whether in retail, hospitality, or industrial settings.

Durability is a hallmark of the Elo 1525L, with a rugged design that includes a scratch-resistant surface and a robust casing. It is engineered to withstand the rigors of everyday use, prolonging its lifespan and ensuring reliability in demanding environments. The monitor also has a sealed design that protects against dust and spills, which is especially important in food service and industrial applications.

Furthermore, the Elo TouchSystems 1525L is designed with ergonomics in mind. It offers various mounting options that include VESA compatibility, enabling easy integration into different setups while ensuring comfort and ease of use for operators.

In conclusion, the Elo TouchSystems 1525L is a versatile, durable, and highly responsive touch screen monitor that serves a multitude of professional applications. With its advanced touch technology, robust build quality, and wide array of connectivity options, it stands out as a reliable choice for businesses looking to enhance interactivity and user engagement.