ggajoch / vf60-vfd-display

Fujitsu VF60 display docs & drivers
Do What The F*ck You Want To Public License
17 stars 5 forks source link

Fujitsu VF60 hacking

This kind of VFD display:

1 2

Pinout

1 2

Display can be used by USB and RS-232.

In USB mode, it requires custom 32-bit drivers (which eventually creates COM port). RS-232 is much easier, described below.

Original docs: http://www.fujitsu.com/us/support/solutions/industry/retail/peripheral-drivers/

Protocol

9600N1

Basic usage:

Commands were found out by sniffing serial over USB packets, while running Fujitsu Line Driver Unility. This describes what was found

This PDF is for another display, but most of the commands are working just fine

Python lib

vf60 directory contains simple python library for this display. clock.py is a simple demo app