
PT-20 Programming Guide
This function can reset scan module,if reset OK,this function will return
1,else will return 0.
0:Reset fail.
1:Reset OK.
To start scanner setting procedure.
void Scanner_Config_Start(void);
This function can starting scanner setting procedure.
To end scanner setting procedure.
void Scanner_Config_End(void);
This function can ending scanner setting procedure.
Send scanner(CCD) command to change scanner status.
BOOL SCAN_SendCommand(int Command1,int Command2,char
*pValue);
char ssValue = 0;
If(SCAN_SendCommand(6,7,&ssValue))
_printf_color(COLOR_RED, “Setup complete!”);
This function can send command to set scanner status.
You can see “Appendix 1” to know about the command setting.
Send scanner(Laser) command to change scanner status.
BOOL SCAN_SendCommand_Laser(int Command1,int
Command2,char *pValue);
char ssValue = 0;
If(SCAN_SendCommand_Laser(6,7,&ssValue))
_printf_color(COLOR_RED, “Setup complete!”);
Kommentare zu diesen Handbüchern