Learn more about our scanners at: https://joescan.com
Page History
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:
- Call
jsInitialize()
if the Joescan API is statically linked. - Open a connection using
jsOpenConnection()
. - Save the parameters using
jsSendParameterFileToScanner()
in case a scanner has been swapped out. - Put it into encoder mode using
jsEnterEncoderSyncMode()
. - Get profiles using
jsGetProfile()
. Be careful to not create a hard loop if no profiles are currently available. - End encoder mode using
jsExitSyncMode()
. - Close the connection using
jsCloseConnection()
.
...
Overview
Content Tools