Kirk & Tony, We do lots of bar coding systems every year using wedge-readers (keyboard input), RS-232 wireless, and IP-based wireless. Going forward we are no longer doing RS-232 scanners as it is simply too much work for both us and our clients.
If a wedge-reader is the right tool, we use this first, otherwise all our projects are now IP-based scanners which are basically browsers. Our communication is via web services, which are very, very fast to develop and provide very fast network communication. The scanner displays on these units are small so generating HTML pages for this is really quite trivial. We have also done a number of IP-based tablets and all of what I said is also true here. Best, Steve ********************************************* Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: [email protected] ********************************************* -----Original Message----- From: 4D_Tech [mailto:[email protected]] On Behalf Of Kirk Brooks via 4D_Tech Sent: Tuesday, August 28, 2018 6:56 PM To: 4D iNug Technical <[email protected]> Cc: Kirk Brooks <[email protected]> Subject: Re: How to tie 4D to barcode readers? Tony, How are you handling programming the barcode reader to include information about what the barcode belongs to? Or are you using it as an extended keyboard input? On Tue, Aug 28, 2018 at 4:19 PM Tony Pollard via 4D_Tech < [email protected]> wrote: > If you want the bar code scanning to be independent of where the user is > on the UI, then there is usually a serial port emulation available on USB. > GET SERIAL PORT MAPPING is useful for this on Mac. You can then run > serial comms in a separate process, which is handy if (for instance) the > bar code readers are RF and being used at a distance from the computer > (which also lets you run multiple scanners per computer). Or I’d guess > that there must be some IP wifi based bar code scanners out there by now, > so you could (presumably) simply do a TCP_Open. > -- Kirk Brooks San Francisco, CA ======================= *We go vote - they go home* ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

