Skip to content

Python driver implementation for Samsung/Samtron VFD, type 20S204DA2

License

Notifications You must be signed in to change notification settings

tomikaa87/samsung-vfd-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

samsung-vfd-python

Python driver implementation for Samsung/Samtron VFD, type 20S204DA2

Usage

  • Install pyserial:
pip install pyserial
  • Import samvfd into your project
  • Create a SamVfd instance 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.

About

Python driver implementation for Samsung/Samtron VFD, type 20S204DA2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages