Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Serial Ethernet
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Posts: 4
- Joined: July 16th, 2006, 5:57 pm
Serial Ethernet
Has anyone tried to connect a lcd display which is a serial type, using an Ethernet to Serial converter.
Would need to address the LCD by using an ip number along with port
e.g 192.168.0.1:4001
Is this possible as I would like to look at setting up multiple displays to run from one computer and display different information on each screen. Obviously it would mean running multiple instances of LCD Smartie.
Thanks
Charles
Would need to address the LCD by using an ip number along with port
e.g 192.168.0.1:4001
Is this possible as I would like to look at setting up multiple displays to run from one computer and display different information on each screen. Obviously it would mean running multiple instances of LCD Smartie.
Thanks
Charles
-
- Forum Supporter
- Posts: 590
- Joined: March 8th, 2006, 1:58 pm
- Location: Scotland
At the moment it's not possible to use Smartie directly over ethernet (unless there is something under development I don't know about). I'm not sure that there is a standard for how ethernet-serial adapters function (protocols etc), so it could be difficult/impractical to implement.
You could do a remote display by using serial-to-ethernet and ethernet-to-serial converters, but that probably isn't what you want.
I assume you can run multiple instances of Smartie, provided they all use unique ports and have different installation paths. I've never run more than 1 instance because I only have 1 display...
You could do a remote display by using serial-to-ethernet and ethernet-to-serial converters, but that probably isn't what you want.
I assume you can run multiple instances of Smartie, provided they all use unique ports and have different installation paths. I've never run more than 1 instance because I only have 1 display...
-
- Posts: 4
- Joined: July 16th, 2006, 5:57 pm
Yes I would run multiple instances of Smartie, and would like them to all look at different IP &/or port numbers.mattcro wrote:At the moment it's not possible to use Smartie directly over ethernet (unless there is something under development I don't know about). I'm not sure that there is a standard for how ethernet-serial adapters function (protocols etc), so it could be difficult/impractical to implement.
You could do a remote display by using serial-to-ethernet and ethernet-to-serial converters, but that probably isn't what you want.
I assume you can run multiple instances of Smartie, provided they all use unique ports and have different installation paths. I've never run more than 1 instance because I only have 1 display...
I would like to run 16 displays from one computer all with different information pulled from text files/logs etc.
-
- Hardware Genie - Plugin Author
- Posts: 374
- Joined: February 16th, 2005, 10:24 pm
- Location: Michigan
This was a topic of another discussion and not much else came from it. Smartie would need a special driver to send data over Ethernet. I dont know enough about the test driver to know if it could be altered to make this work. Fast351 would be the person to ask.
My idea was to use a bus system (Two wire CAN BUS) to allow multiple displays on one or several computers. You could also connect keypads and other devices to the lcd or directly to the bus that can be software configurable. The main drawback to this over ethernet is that ethernet is (in most cases) already installed and its just a matter of plugging a LCD into it.
My idea was to use a bus system (Two wire CAN BUS) to allow multiple displays on one or several computers. You could also connect keypads and other devices to the lcd or directly to the bus that can be software configurable. The main drawback to this over ethernet is that ethernet is (in most cases) already installed and its just a matter of plugging a LCD into it.
-
- Posts: 4
- Joined: July 16th, 2006, 5:57 pm
In Smartie there is IRTrans which uses IP addresses could this be used to send to IP:port_X7JAY7X_ wrote:This was a topic of another discussion and not much else came from it. Smartie would need a special driver to send data over Ethernet. I dont know enough about the test driver to know if it could be altered to make this work. Fast351 would be the person to ask.
-
- Hardware Genie - Plugin Author
- Posts: 374
- Joined: February 16th, 2005, 10:24 pm
- Location: Michigan
-
- Posts: 4
- Joined: July 16th, 2006, 5:57 pm
I Have now setup a serial-to-ethernet interface box and with the drivers installed on the local computer I just point LCD Smartie at one of the new com ports and all works great. the only other addition will be a stand alone 5v psu to power the display.
I know these serial-to-ethernet boxs are not exactly cheap but it certainly will do the job.
Thanks for the replys
Charles
I know these serial-to-ethernet boxs are not exactly cheap but it certainly will do the job.
Thanks for the replys
Charles
-
- Hardware Genie - Plugin Author
- Posts: 374
- Joined: February 16th, 2005, 10:24 pm
- Location: Michigan
I have also been working on a version. I should have it done soon if all goes well. I have decided against the PIC ethernet chip for right now. Mainly because I dont have time to mess with it and there are many more features with embedded solutions. I have found an embedded ethernet to serial converter that also acts as a webserver that you can put pages on among other things. Dont know yet how useful these extra features will be until I get into it.
J
J