BarCode Scanner
Windev supports Bar code scanner device via Serial Port, Parallel Port and IR Port. Serial Port connection only allows the read function. Many systems have parallel ports default. So we need to convert Parallel Port to Serial port to use windev functions. To convert a Parallel Port to Serial port we need to do some configurations. Install HSM USB Serial Driver First we need to scan particular barcode given with HSM USB Serial Driver Codes to connect a Barcode Scanner via Serial Port : // Declare the variables // Define the number of characters that must be read n NbCharToRead is int ...