Version Differences for OPL9728

(FAQ)
(FAQ)
Line 24:
       
  '''How do I get the saved scan data off the OPL9728?'''    '''How do I get the saved scan data off the OPL9728?''' 
- :There are a variety of methods. You can either send the data as plain ASCII text over the cradle's COM port, which would require a program or RS232 Monitor on the PC to read the incoming data and somehow save it. You can use the XModem protocol over the cradle's COM port. You can use Opticon's [[NetO]] file-transfer protocol to transfer the scan data as a flat file (typically .txt, .csv, or .dat; however you create and format the file in your embedded application), which requires [http://ftp.opticonusa.com/NetO/NetO32/ NetO32] to be run on the PC. You can also beam the data wirelessly with IrDA, or build the OPL9728's [[TCP/IP Library]] into your application to transfer the data as an email, over FTP, or some other Internet protocol.   + :There are a variety of methods. You can either send the data as plain ASCII text over the cradle's COM port, which would require a program or RS232 Monitor on the PC to read the incoming data and somehow save it. You can use the XModem protocol over the cradle's COM port. You can use Opticon's [[NetO]] file-transfer protocol to transfer the scan data as a flat file (typically .txt, .csv, or .dat; however you create and format the file in your embedded application), which requires [http://ftp.opticonusa.com/NetO/NetO32/ NetO32] to be run on the PC. You can also beam the data wirelessly with IrDA, or build the OPL9728's [[TCP/IP Library]] into your application to transfer the data as an email, over FTP, or some other Internet protocol. There are functions and libraries available for each of these options in the [[C-Library Kit]].  
       
  :Typically, the most popular and simple option is to use NetO.    :Typically, the most popular and simple option is to use NetO. 
       
    + '''How can I use [[Universal Menu Book]] commands to change the behavior of my OPL?'''  
    + :In code, you can use the systemsetting() function to set certain settings by default. For example, if you wanted to transmit UPC-E as UPC-A, you could put the following function call in your application: systemsetting("6P");  
       
  ===OS Release Log===    ===OS Release Log=== 
  ===Links===    ===Links===