I'm Denis and I'm living in France, so, sorry in advance for my poor english
I have a Futaba M202MD12B VFD.
I found the pin connection.
The display is near to run correctly, but it doesn't.
I searched and digged into the www, and I just found there was a difference a character tables between HD44780 and C1162 (from OKI, that chip is on my VFD board, there are two chips).
If it's a serial connection than the different character table should not matter, the processor from your display should automatically translate that.
Try the testdriver from LCDSmartie and see what special commands your display uses for line selection, clearing the display, position, custom characters maybe.
Until some serial VFD gurus will see your post the testdriver is your best friend!
Hope you get started until you can find a datasheet for the display (this might be helpful in designing a specific driver or see if it is compatible with some already done).
So, I tried Test Driver, it work with LCD Smartie 5.3.2 (I can check that is true by changing a character in the config.ini file, section [Test Driver] ).
Can anyone could tell me what the following acronyms mean :
ID PAUSE
ID END
ID CLEAR
DIM (I found, it's the brightness)
BS
HT
BLK
SCL
CAL
CLR
ALD
DP
SP (I found, it's SPace)
DC
TON
TOF
TFF
TBK
RST (Reset ?)
I ask it because I'm near to find the problem I have with my display.
I think there is something like Gotoline1 and Gotoline2 to configure but I tried without success
DIM Dimmer
BS Back Space
HT Horizontal Tab
CLR Clear
ALD All Display
DP Display position
SP (I found, it's SPace)
DC Cursor Mode
TON Triangle On
TOF Triangle Off
TFF All Triangle Off
So by using DP feature, I can make my display running normaly now (or near normaly, just one char is bad if I us bar, like CPU usage bar).
Sadly no, the test driver is only for serial lcd's.
There are dll frameworks for many programming languages, just take them, modify to suit your need and build the project.
I've seen them for Visual Basic, Visual C++, Delphi...
But display dll's are just for Delphi I think.
You can write the display driver in Delphi or C++, but I don't think it's possible in Visual Basic (at least, not in VB.NET 2005 Express because you can't export DLL functions). I don't know about C# but I guess that would work.
I am sorry to announce you that writing that display driver has been indefinitely delayed. I have completely switched to Linux and as such I don't have any possibility to use Smartie, use Delphi and test them.