Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to get some data from the scanner quickly , here's a small program that uses imaginary data types and functions to demonstrate how to use the scanner in Encoder Synchronized Mode: 

  1. Call jsInitialize() if the Joescan API is statically linked. 
  2. Open a connection using jsOpenConnection()
  3. Save the parameters using jsSendParameterFileToScanner() in case a scanner has been swapped out. 
  4. Put it into encoder mode using jsEnterEncoderSyncMode()
  5. Get profiles using jsGetProfile(). Be careful to not create a hard loop if no profiles are currently available. 
  6. End encoder mode using jsExitSyncMode()
  7. Close the connection using jsCloseConnection()
 

...