Hi,
I’d like to write a program where the scanner gets triggered by a python call.
So I tried connecting the GPIO pins to the UART pins:
DE2120 3.3V —> pin 1 (3.3V)
DE2120 RX —> pin 8: GPIO 14 (UART TX)
DE2120 TX —> pin 10: GPIO 15 (UART RX)
DE2120 GND —> pin 6: GND
I can’t seem to be able to connect to the device in any way though. What am I missing?
Also, when I try putting 3.3V on the “TRIG” pin, nothing happens.
(when I put 3.3V on the STAT pin, the LED on the board starts tot shine though)