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

What if... (2 LCDs)

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
makarona
Posts: 30
Joined: March 15th, 2009, 10:59 pm

What if... (2 LCDs)

Post by makarona »

Hello everybody, well.. What if 2 different LCD Smarties (instances) run up and connect 2 USB LCDs ? It may solve "i want more of them" problem?
And not to much to fix, like lets say change "USB" in ftdi config to "USB1""USB2". What do you say guys?

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

Post by limbo »

LCD Smartie can support more than one instance using switches under the shortcut and different configuration files.
The problem is that FTDI (the LCD Smartie one) driver doesn't support multiinstance (as far as I know).

The FTDI multiple displays is very good idea! its easy... stable and economic!

makarona
Posts: 30
Joined: March 15th, 2009, 10:59 pm

Post by makarona »

maybe somebody will be so kind to fix it? as i can imagine, it's maybe not to hard fix FTDY.dll ? it can be so nice! :)

btw, FTDI driver (which is from ftdi site) can support more than one USB port?

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

The problem is knowing which is which.

It is easier to just use the remaining unused pin on the ftdi module to connect it to a second LCD enable line.
That way two LCD's can be connected to a single FTDI module.
But this will require the driver to be rewritten.

makarona
Posts: 30
Joined: March 15th, 2009, 10:59 pm

Post by makarona »

btw R/W pin isn't necessary to connect also. it may be pulled up/down easy.
i dont know if the programm waits for busy flag clear, but it's not need to be waiting for it, just little delay can be added. ironically, datasheet for 44780 recommend it, because if LCD halts or something the system will wait for busy flag clear forever:)

Master1280
Posts: 20
Joined: September 15th, 2007, 7:49 pm

Post by Master1280 »

i have working 2 lcds, ftdi chip

simply connect

LCD ID2, first, and run program
then
LCD ID1 and run the second program

to works u must disconect the two devices each time

makarona
Posts: 30
Joined: March 15th, 2009, 10:59 pm

Post by makarona »

the thing is only left to build - a robot, to disconnect/connect LCDs in right order, connect robot to USB and synchronize batch file which start Smarties! :) COOL :)))

BTW: if connect serial-in/parallel-out shift register, we can increase quantity of LCDs used to 8 for one USB port! ... maybe it's time to pray for somebody write a driver

Master1280
Posts: 20
Joined: September 15th, 2007, 7:49 pm

Post by Master1280 »

makarona wrote:the thing is only left to build - a robot, to disconnect/connect LCDs in right order, connect robot to USB and synchronize batch file which start Smarties! :) COOL :)))

BTW: if connect serial-in/parallel-out shift register, we can increase quantity of LCDs used to 8 for one USB port! ... maybe it's time to pray for somebody write a driver


[-o< [-o< [-o< [-o<

Post Reply