You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2006/12/26 07:21:05 UTC

svn commit: r490267 - /incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml

Author: jleroux
Date: Mon Dec 25 22:21:04 2006
New Revision: 490267

URL: http://svn.apache.org/viewvc?view=rev&rev=490267
Log:
Informations from ScannerKybService.java that are good to be putted here.

Modified:
    incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml

Modified: incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml?view=diff&rev=490267&r1=490266&r2=490267
==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml (original)
+++ incubator/ofbiz/trunk/specialpurpose/pos/config/jpos.xml Mon Dec 25 22:21:04 2006
@@ -51,7 +51,13 @@
         <prop name="key.VK_F12+CTRL" type="String" value="221"/>
     </JposEntry>
 
-    <!-- Generic Keyboard Wedge Scanner Device (included w/ OFBiz) -->
+    <!-- Generic Keyboard Wedge Scanner Device (included w/ OFBiz) 
+         * Configure your scanner:
+         * 1) Send STX Preamble
+         * 2) Send barcode id as prefix
+         * 3) Termination char CR
+         * 4) Do NOT send ETX Postamble -->
+    
     <JposEntry logicalName="GenericScanner">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.ScannerKybService"/>
         <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>