# integration Barcode Scanner and web client

**URL:** https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205
**Category:** Classic Servoy
**Created:** [October 8, 2014, 4:55pm UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205 "2014-10-08T16:55:50Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![danielebrizi](https://avatars.discourse-cdn.com/v4/letter/d/e79b87/32.png) [@danielebrizi](https://forum.servoy.com/u/danielebrizi)
#### Post date: [October 8, 2014, 4:55pm UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/1 "2014-10-08T16:55:50Z")

</div>

Hi guys,  
my name is Daniele and I’m Italian.  
I’m quite new to using Servoy, I must implement a solution that it allows to fill directly servoy field on web client form after barcode scanning.

Can you give some indications to integrate barcode scanner and Servoy web client ?

Thanks

---

<div class="post-metadata">

### Author: ![swingman](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/swingman/32/4536_2.png) [@swingman](https://forum.servoy.com/u/swingman)
#### Post date: [October 8, 2014, 6:23pm UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/2 "2014-10-08T18:23:16Z")

</div>

Ciao Daniele,

We are using barcode scanners to scan ISBNs with SmartClient. As far as I know the only thing the barcode scanner does is to put the scanned ISBN in the currently selected field in Servoy. It is no different from a user typing or pasting in the ISBN. The integration with the barcode scanner is handled by the PC. So, I guess that would work fine in Servoy web client as well.

Hope this helps,

---

<div class="post-metadata">

### Author: ![Gordon\_McLean](https://avatars.discourse-cdn.com/v4/letter/g/839c29/32.png) [@Gordon\_McLean](https://forum.servoy.com/u/Gordon_McLean)
#### Post date: [October 9, 2014, 6:08am UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/3 "2014-10-09T06:08:48Z")

</div>

Hi  
Christian is correct, this is exactly how it works in web-client, the scanner is effectively the same as a keyboard.

Cheers  
Gordon

---

<div class="post-metadata">

### Author: ![lwjwillemsen](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/lwjwillemsen/32/4987_2.png) [@lwjwillemsen](https://forum.servoy.com/u/lwjwillemsen)
#### Post date: [October 9, 2014, 9:58am UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/4 "2014-10-09T09:58:15Z")

</div>

There are also serial port barcode scanners out there…

Regards,

---

<div class="post-metadata">

### Author: ![Gordon\_McLean](https://avatars.discourse-cdn.com/v4/letter/g/839c29/32.png) [@Gordon\_McLean](https://forum.servoy.com/u/Gordon_McLean)
#### Post date: [October 9, 2014, 10:22am UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/5 "2014-10-09T10:22:46Z")

</div>

> lwjwillemsen:  
> There are also serial port barcode scanners out there…

Indeed our solution uses Motorola DS9208 very effectively which are USB’s into Mac’s. It scans most popular bar codes and we are using it with QR codes off mobile phones.

---

<div class="post-metadata">

### Author: ![kwpsd](https://avatars.discourse-cdn.com/v4/letter/k/bb73d2/32.png) [@kwpsd](https://forum.servoy.com/u/kwpsd)
#### Post date: [October 9, 2014, 4:50pm UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/6 "2014-10-09T16:50:33Z")

</div>

Welcome to the forum!

+1 for Christian’s explanation.

We (our customers, actually) successfully use Unitech MS912 Bluetooth bar code scanners (about the size of a pack of gum and no wires) in both smart- and web-client applications. Wired bar code scanners work, too. There is nothing you have to do to integrate the bar code scanner with Servoy.

---

<div class="post-metadata">

### Author: ![rafig](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/rafig/32/4463_2.png) [@rafig](https://forum.servoy.com/u/rafig)
#### Post date: [October 13, 2014, 8:51am UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/7 "2014-10-13T08:51:08Z")

</div>

Hi.  
I have a solution using a simplified web client that runs on iOS using an app called iCody that supports displaying normal web pages, but when you enter a form field (or Servoy field), you can use the camera on the iOS device to scan a barcode (in my case a QR code) into the Servoy field and it can automatically ‘tab’ (move) to the next field, causing an ‘onDataChange or onFocusLost’ event to fire.  
Rafi

---

<div class="post-metadata">

### Author: ![longwest3](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@longwest3](https://forum.servoy.com/u/longwest3)
#### Post date: [May 8, 2015, 3:43am UTC](https://forum.servoy.com/t/integration-barcode-scanner-and-web-client/18205/8 "2015-05-08T03:43:06Z")

</div>

I found this related topic on google, maybe it will give you some inspiration:  
[https://groups.google.com/forum/#!topic … stwr5Yd7\_E](https://groups.google.com/forum/#!topic/cake-php/fstwr5Yd7_E)  
And for bar code scanner library, I found these two:  
[.net bar code reader library](http://www.keepdynamic.com/dotnet-barcode-reader/)  
[asp.net web bar code recognize library](http://www.keepdynamic.com/barcoding/aspnet-barcode-scanner.shtml)

Best regards.
