都2025年了,快把2017版卸掉吧,兄弟
我们使用都是新的版本的,2024.05或者2024.11
- read_image (Image11z, '11z.jpg')
- dev_get_window (WindowHandle)
- dev_set_draw ('margin')
- set_display_font (WindowHandle, 15, 'mono', 'true', 'false')
- create_bar_code_model ([], [], BarCodeHandle)
- find_bar_code (Image11z, SymbolRegions, BarCodeHandle, 'auto', DecodedDataStrings)
- area_center (SymbolRegions, Area, Row, Column)
- get_bar_code_result (BarCodeHandle, 'all', 'decoded_types', BarCodeResults)
- disp_message (WindowHandle, BarCodeResults+':'+DecodedDataStrings, 'image', Row, Column-100, 'black', 'true')
复制代码 |