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
#twatch TCP/IP driver plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 9
- Joined: July 21st, 2008, 2:15 pm
- Location: australia
#twatch TCP/IP driver plugin
I have been playing with the #twatch I purchased from seedstudio it is quite a neat unit. I was hoping somone who is code literate help with a plugin so smartie outputs over tcp instead of using software to link virtual ports. I would do this myself but i am code illiterate.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: #twatch TCP/IP driver plugin
I got a #Twatch too... but no time to start writing driver plugin... I'm already behind in most of my projects...
In any case the driver is necessary for this device...
In any case the driver is necessary for this device...

-
- Posts: 1
- Joined: April 14th, 2007, 11:33 am
Re: #twatch TCP/IP driver plugin
I would love to see this plugin as well.
Im sure if a tcpip driver was developed it would open up a whole new set of hardware that could be developed along with the twatch.
Im sure if a tcpip driver was developed it would open up a whole new set of hardware that could be developed along with the twatch.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: #twatch TCP/IP driver plugin
Hmm, if I'm not mistaken there is already a plugin that works over TCP-IP 

-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: #twatch TCP/IP driver plugin
Really?caesar wrote:Hmm, if I'm not mistaken there is already a plugin that works over TCP-IP


-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: #twatch TCP/IP driver plugin
http://lcdsmartie.cvs.sourceforge.net/v ... ll_source/
I am 99% sure that one of the display drivers uses TCP/IP to send data to the LCD... can't remember which one though.
I am 99% sure that one of the display drivers uses TCP/IP to send data to the LCD... can't remember which one though.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: #twatch TCP/IP driver plugin
It must be the Irtrans.... but I cant find a way to set the port on this driver.... (I mean in the compiled driver)
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: #twatch TCP/IP driver plugin
How about line 242?
Maybe make it a driver parameter?
Edit:
Sorry, now I got you. You meant the compiled driver.
Only a recompile with the port as parameter would work, but then again it can also be set up for your specific device.
PS: I don't know the device so can't help there.
Maybe make it a driver parameter?
Code: Select all
RemotePort := '21000';
Sorry, now I got you. You meant the compiled driver.
Only a recompile with the port as parameter would work, but then again it can also be set up for your specific device.
PS: I don't know the device so can't help there.
-
- Posts: 9
- Joined: July 21st, 2008, 2:15 pm
- Location: australia
Re: #twatch TCP/IP driver plugin
Havent been back here for a while i am using the twatch over wireless with vspe> I have downloaded the itrans files from the link above. Witch file do i need to edit? After editing the port line what do u need to recompile the driver? I have never really tried this but ill have a go judst need a ittle help to start. For my wireless bridge i am using a vonets vap11g the display will be wirless powered by batteries.

