PIN | Definition | Description |
PIN1 | TEST1 | Internal test PIN(Not Connect) |
PIN2 | VCC | Input +3.3V |
PIN3 | GND | - |
PIN4 | UART_RXD | TTL-232 serial port reception |
PIN5 | UART_TXD | TTL-232 serial port transmission |
PIN6 | NC | - |
PIN7 | NC | - |
PIN8 | GND | - |
PIN9 | BEEP | PWM controlled AC signal used to drive an external magnetic beeper(Idle Low) |
PIN10 | DLED | Prompt light for successful decoding(Idle Low) |
PIN11 | TEST2 | Internal test PIN(Not Connect) |
PIN12 | TRIG | The code is scanned to trigger the input signal and the low or falling edge is active |
Remark: In the picture above, the red LED is the laser positioning light, and the yellow LED is the fill light.
For communicate M104L with SP2302, it is required to use an external board that has layout TTL pins to connect with SP2302.
The following is the pins that is required to connect with SP2302 and M104L
1. Install pyserial in SP2302
pip install pyserial
2. Clone the demo python codes from our GitHub site.
git clone https://github.com/SecurePi/basic_python_SP2302.git
3. Run the python code for barcode reader.
python3 pySerialBarcode.py
4. After running the codes, please towards to the extension board and press the button in the middle of the board as follow.
5. The reader will projects the red light for scanning QR or Barcodes. Please put your codes under the red light for scanning as follow.
6. It will show the barcode result in SP2302 as follow.