F5F Stay Refreshed Power Users Networks Scanning barcodes via a WiFi connection?

Scanning barcodes via a WiFi connection?

Scanning barcodes via a WiFi connection?

Pages (2): Previous 1 2
M
MacManTyler
Member
178
04-09-2016, 08:47 AM
#11
I've never encountered a WIFI router. Barcode readers function like keyboards. You might locate a tablet with a built-in scanner, though it's not inexpensive. For scanning into a Google document, consider a budget Android tablet paired with a Bluetooth scanner, or a budget Windows laptop combined with a Bluetooth or USB reader. Launch the document on the device and proceed. Tablet offers the smoothest experience. Most basic portable scanners lack the capability to open modern documents like an outdated Windows CE version.
M
MacManTyler
04-09-2016, 08:47 AM #11

I've never encountered a WIFI router. Barcode readers function like keyboards. You might locate a tablet with a built-in scanner, though it's not inexpensive. For scanning into a Google document, consider a budget Android tablet paired with a Bluetooth scanner, or a budget Windows laptop combined with a Bluetooth or USB reader. Launch the document on the device and proceed. Tablet offers the smoothest experience. Most basic portable scanners lack the capability to open modern documents like an outdated Windows CE version.

E
explizip
Member
227
04-09-2016, 09:08 AM
#12
Many of these devices offer serial connections or appear as USB keyboards. When you read a barcode, the unit sends a sequence of data plus control signals. It’s simple to capture this stream using an ESP32 (similar to an Arduino with wireless capabilities) and transmit it over the air to another device or a network site. Alternatively, you can run software on a different machine that periodically checks the web page and retrieves the most recent scans.
E
explizip
04-09-2016, 09:08 AM #12

Many of these devices offer serial connections or appear as USB keyboards. When you read a barcode, the unit sends a sequence of data plus control signals. It’s simple to capture this stream using an ESP32 (similar to an Arduino with wireless capabilities) and transmit it over the air to another device or a network site. Alternatively, you can run software on a different machine that periodically checks the web page and retrieves the most recent scans.

Pages (2): Previous 1 2