Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

HD44780S and HD44780P

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
josheee12
Posts: 6
Joined: July 11th, 2009, 7:40 am

HD44780S and HD44780P

Post by josheee12 »

I noticed people are always looking for HD44780S and HD44780P, so I attached them in a ZIP. Please sticky.
You do not have the required permissions to view the files attached to this post.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: HD44780S and HD44780P

Post by limbo »

josheee12 wrote:Please sticky.
Done. Thanks for your contribution

VVit1
Plugin Author
Posts: 16
Joined: April 1st, 2009, 7:18 am

Re: HD44780S and HD44780P

Post by VVit1 »

Is it use CreateFile() or direct port addressing?

I think to bay USB->Parallel cable. It installs in system as something like 'USB-LPT1' virtual port without any hardware address.

If the display plugin use CreateFile() and have option to select the symbol port name it could be working...

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Re: HD44780S and HD44780P

Post by mattcro »

The USB>Parallel adaptor will not work for an LCD because it only emulates some of the printer functions of the port. You need a real LPT port to control an LCD because the driver directly controls the port pins. This can be a PCI/PCIe adaptor card for a desktop PC. For a laptop, you need to use a different system to connect an LCD. You can try LCD2USB if you don't want to do lots of electronics yourself. There are also a couple of projects on this forum that connect an LCD via serial or USB ports.

VVit1
Plugin Author
Posts: 16
Joined: April 1st, 2009, 7:18 am

Re: HD44780S and HD44780P

Post by VVit1 »

Got it. Thanks.

Ghandi_II
Posts: 7
Joined: October 5th, 2013, 9:39 am

Re: HD44780S and HD44780P

Post by Ghandi_II »

Hi, the hd44780s works for my vfd 2x20 from Futuba but not 100%.

The text moved and the underline appears double on the vfd.

what does timing multiplexer mean? And whta are the parameters for addressing?

Post Reply