Version Differences for Windows

(Bluetooth HID)
(USB-VCP)
Line 8:
       
  ==USB-VCP==    ==USB-VCP== 
- USB-VCP is a different method for using a cabled barcode scanner with a windows Computer. USB-VCP stands for Universal Serial Bus Virtual Communications Port. To do something useful with a barcode scanner presenting itself as a serial port, you must have something listening to the serial port. USB-VCP has one very large advantage over USB-HID, with USB-VCP you have two way communication. This gives you the ability to control the barcode scanner without physically interacting with it. Software intended to be implemented in a manner that leaves the barcode scanner unattended usually places value two way communication.   + USB-VCP is a different method for using a cabled barcode scanner with a windows Computer. The "VCP" stands for Virtual COM Port, which is how a VCP device presents itself to the Windows computer. To do something useful with a barcode scanner presenting itself as a serial port, you must have something listening to the serial port. USB-VCP has one very large advantage over USB-HID, with USB-VCP you have two way communication. This gives you the ability to control the barcode scanner without physically interacting with it. Software intended to be implemented in a manner that leaves the barcode scanner unattended usually places value two way communication.  
       
  [https://wiki.opticonusa.com/techsupport/en/OPL9724#Using_the_OPL-9724_In_Batch_Mode_With_NetO32 This article] outlines how an Opticon Data Collector typically uses USB-VCP to transfer data to a Windows computer using the [[NetO]] protocol and more specifically using the [[NetO32]] windows application.    [https://wiki.opticonusa.com/techsupport/en/OPL9724#Using_the_OPL-9724_In_Batch_Mode_With_NetO32 This article] outlines how an Opticon Data Collector typically uses USB-VCP to transfer data to a Windows computer using the [[NetO]] protocol and more specifically using the [[NetO32]] windows application.