Python driver implementation for Samsung/Samtron VFD, type 20S204DA2
- Install
pyserial:
pip install pyserial
- Import
samvfdinto your project - Create a
SamVfdinstance and pass the desired COM port:
vfd = SamVfd("COM5")
If your display is configured for slower serial communication than 9600 bps, pass the baud_rate parameter as well.