Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
pfSense Forum
pfSense English Support
»
Packages
»
LCDProc 0.5.4-dev
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
Home
Help
Search
Login
Register
Pages:
1
...
19
20
21
22
[
23
]
24
25
26
27
...
32
Go Down
« previous
next »
Print
Author
Topic: LCDProc 0.5.4-dev (Read 38163 times)
0 Members and 1 Guest are viewing this topic.
mdima
Sr. Member
Offline
Posts: 364
Re: LCDProc 0.5.4-dev
«
Reply #330 on:
March 25, 2012, 04:18:30 am »
Brak, Fmertz,
let me summaryze:
I should add a new driver from
https://github.com/downloads/fmertz/sdeclcd/hd44780.so
that I will rename "lcm-162 (x86)", then add a new port "lcd" (change: "led" port), is it correct?
If this is correct I will do it asap...
Ciao,
Michele
«
Last Edit: March 25, 2012, 04:40:27 am by mdima
»
Logged
Brak
Jr. Member
Offline
Posts: 71
Re: LCDProc 0.5.4-dev
«
Reply #331 on:
March 25, 2012, 10:08:22 pm »
Truthfully, I'm not sure. The driver is for 0.5.2, and that's what I've used it with. I didn't seem to be able to get 0.5.4-dev working with it, but I don't know enough about the package to be able to get it working.
I would assume tho it would be better to call it the "Lanner LCM" driver/port since it's neither the HD44780 spec nor the LCM-162 spec (at least the comments on the patch make it seem that way.)
Logged
mdima
Sr. Member
Offline
Posts: 364
Re: LCDProc 0.5.4-dev
«
Reply #332 on:
March 26, 2012, 08:29:35 am »
Quote from: Brak on March 25, 2012, 10:08:22 pm
Truthfully, I'm not sure. The driver is for 0.5.2, and that's what I've used it with. I didn't seem to be able to get 0.5.4-dev working with it, but I don't know enough about the package to be able to get it working.
I would assume tho it would be better to call it the "Lanner LCM" driver/port since it's neither the HD44780 spec nor the LCM-162 spec (at least the comments on the patch make it seem that way.)
well, if the driver is for 0.5.2 I don't think it will work for 0.5.4. But if someone could compile it for 0.5.4 I could integrate with the name you just told...
Ciao,
Michele
Logged
fmertz
Jr. Member
Offline
Posts: 92
Re: LCDProc 0.5.4-dev
«
Reply #333 on:
March 26, 2012, 09:47:47 am »
Brak,
If you can make the Lanner hardware available to me, I can come up with proper driver code for it. This thread is labeled 0.5.4, but I think the lcdproc-dev package is actually on the current production release 0.5.5 (New development is done against 0.5dev). We probably have enough of the base functionality to take it from here and get it working completely. I would hope we could get the big clock, vbars, hbars, maybe even special characters and menus. If there are enough differences with an existing driver (HD or sdeclcd), then I can submit a patch upstream so this would become supported going forward. I would make the driver against 0.5dev, and backport it to 0.5.5. I could test Linux and FreeBSD, and compile with OpenBSD and NetBSD to be sure. Let me know.
Logged
Macom2007
Full Member
Offline
Posts: 118
Re: LCDProc 0.5.4-dev
«
Reply #334 on:
March 28, 2012, 12:04:02 pm »
I have it working with the 0x378 port. My problem is, that on every reboot my LCDd.conf file is overwritten. Esp. the line ConnectionType=winamp is reverted ti ConnectionType=lcd2usb. How can i make my changes permanent ?
Logged
stephenw10
Hero Member
Offline
Posts: 5101
Re: LCDProc 0.5.4-dev
«
Reply #335 on:
March 28, 2012, 12:15:23 pm »
The LCDd.conf file is generated each time the package is synced, which happens when ever the service is started.
If the required connection type is not in the package yet then you would have to edit /usr/local/pkg/lcdproc.inc to include it (or ask someone else to).
It's interesting though that only one connection type (encoding type?) is available for hd44780 when there are many supported.
Quote from: LCDproc User's Guide
The HD44780 driver supports various ways of connecting HD44780 devices to your system. Each of these different ways is called a connection type of the driver.
On a parallel port, probably the first interface type HD44780 devices were historically connected to, the driver supports the connection types:
4bit: 4bit Wiring
8bit: 8bit Wiring ("lcdtime")
winamp: 8bit Wiring "winamp" Style
serialLpt: Serial LPT Wiring
For serial RS-232 ports you can choose among these connection types:
picanlcd: PIC-an-LCD serial device
lcdserializer: LCD serializer
los-panel: LCD on Serial panel device (
http://www.xs4all.nl/~mlf/los/
)
vdr-lcd: VDR LCD serial device
vdr-wakeup: VDR-Wakeup module
In recent years, with with parallel ports and serial ports being declared legacy and on the demise on modern computers, the USB connection types get more important. Here are the USB connection types the HD44780 driver supports:
pertelian: Pertelian X2040 LCD display (
http://pertelian.com/joomla/index.php?option=com_content&task=view&id=43&Itemid=48
)
bwctusb: BWCT USB LCD module (
http://www.bwct.de/lcd.html
)
lcd2usb: Till Harbaum's LCD2USB (
http://www.harbaum.org/till/lcd2usb/
)
usbtiny: Dick Streefland's USBtiny (
http://www.xs4all.nl/~dicks/avr/usbtiny/
)
uss720: Display connected to USS-720 USB-to-IEEE 1284 Bridge (Belkin F5U002)
lis2: LIS2 from VLSystem (
http://www.vlsys.co.kr
)
mplay: MPlay Blast from VLSystem (
http://www.vlsys.co.kr
)
ftdi: Display connected to a dual channel FTDI 2232D USB chip
usblcd: USBLCD from Adams IT Services (
http://www.usblcd.de/
)
Last but not least, for special purposes, there are even more connection types:
i2c: LCD driven by PCF8574(A)/PCA9554(A) connected via I2C
ethlcd: Display connected via TCP to PoE powered ethlcd device (
http://manio.skyboo.net/ethlcd/
)
Logged
mdima
Sr. Member
Offline
Posts: 364
Re: LCDProc 0.5.4-dev
«
Reply #336 on:
March 29, 2012, 12:40:59 am »
Quote from: Macom2007 on March 28, 2012, 12:04:02 pm
I have it working with the 0x378 port. My problem is, that on every reboot my LCDd.conf file is overwritten. Esp. the line ConnectionType=winamp is reverted ti ConnectionType=lcd2usb. How can i make my changes permanent ?
Hi Macom2007,
I will release a version of the package with the driver "HD44780-winamp", so you won't have to change it manually on every reboot...
I let you know when the new release is online!
Ciao,
Michele
Logged
scratchi
Newbie
Offline
Posts: 1
Re: LCDProc 0.5.4-dev
«
Reply #337 on:
March 29, 2012, 02:39:47 pm »
Hello
I have a Nexcom NSA3110 and NSA5130 both of which have the same LCD assembly. The display works great on both but I can't get the keypad to work. Are the drivers for the keypad seperate from the LCD? Has anyone gotten the keypad for the Nexcom to work? Any help would be appreciated.
Thank you
Logged
fmertz
Jr. Member
Offline
Posts: 92
Re: LCDProc 0.5.4-dev
«
Reply #338 on:
March 29, 2012, 03:15:53 pm »
Quote from: scratchi on March 29, 2012, 02:39:47 pm
I have a Nexcom NSA3110 and NSA5130 both of which have the same LCD assembly. The display works great.
What driver/connection combination are you using? I assume this is with the lcdproc-dev package in pfSense...
Logged
mdima
Sr. Member
Offline
Posts: 364
Re: LCDProc 0.5.4-dev
«
Reply #339 on:
March 29, 2012, 04:14:52 pm »
scratchi,
try to change the menu section of the lcdproc.conf file using the following data:
Code:
# If you have a keypad you can assign keystrings to the keys.
# See documentation for used terms and how to wire it.
# For example to give directly connected key 4 the string “Enter”, use:
# KeyDirect_4=Enter
# For matrix keys use the X and Y coordinates of the key:
# KeyMatrix_1_3=Enter
KeyMatrix_4_1=Enter
KeyMatrix_4_2=Up
KeyMatrix_4_3=Down
KeyMatrix_4_4=Escape
this is the only information I found on the nexcom.so driver. Unfortunately the nexcom driver is not in the official release of LCDProc, so it's hard to know what is its code and if it respects all the LCDProc directives...
Ciao,
Michele
Logged
easyhugo
Newbie
Offline
Posts: 23
Re: LCDProc 0.5.4-dev
«
Reply #340 on:
March 29, 2012, 11:46:12 pm »
Quote from: mdima on March 26, 2012, 08:29:35 am
Quote from: Brak on March 25, 2012, 10:08:22 pm
Truthfully, I'm not sure. The driver is for 0.5.2, and that's what I've used it with. I didn't seem to be able to get 0.5.4-dev working with it, but I don't know enough about the package to be able to get it working.
I would assume tho it would be better to call it the "Lanner LCM" driver/port since it's neither the HD44780 spec nor the LCM-162 spec (at least the comments on the patch make it seem that way.)
well, if the driver is for 0.5.2 I don't think it will work for 0.5.4. But if someone could compile it for 0.5.4 I could integrate with the name you just told...
Ciao,
Michele
hi guys
are these good news for me and my allnet fw8888 ore not???
my eforts to intergrad these driver (lcmserver) stops very quickly
thx max
Logged
acro-ii
Newbie
Offline
Posts: 16
Re: LCDProc 0.5.4-dev
«
Reply #341 on:
March 30, 2012, 03:38:09 pm »
I really hate to bring up a topic that has been asked before, but I am going to anyway.
I have a portwell NAR 5060, that has the MTB134 (aka EZIO-100) lcd in it. Is there anyone that can get this thing to work with LCDPROC? I see Mikrotek RouterOS supports it, as well as Untangle. There has to be someone who can convert it over.
Pretty please!!!
Logged
acro-ii
Newbie
Offline
Posts: 16
Re: LCDProc 0.5.4-dev
«
Reply #342 on:
April 03, 2012, 09:59:58 am »
Here is a .pdf from portwell with all the data on the EZIO. Maybe someone could use it to make a lcdproc driver for it?
??
http://www.google.com/url?sa=t&rct=j&q=portwell%20lcd%20driver&source=web&cd=9&ved=0CHAQFjAI&url=http%3A%2F%2F71.131.159.28%2FCA_Manual%2FEZIO%2FEZIO-FINAL.PDF&ei=AQ17T-3aIIWlsALsjvWLAw&usg=AFQjCNHHh2ioBfzM7w9g0CJ4q_CFI9-nFw
Logged
stephenw10
Hero Member
Offline
Posts: 5101
Re: LCDProc 0.5.4-dev
«
Reply #343 on:
April 03, 2012, 10:17:21 am »
That link doesn't offer much but this does:
http://lists.omnipotent.net/pipermail/lcdproc/2004-January/008494.html
Looks like it was never updated for 0.5X though and didn't meet the requirements to be included in lcdproc. Would be a good place to start for someone who knows what they're doing!
Steve
Logged
acro-ii
Newbie
Offline
Posts: 16
Re: LCDProc 0.5.4-dev
«
Reply #344 on:
April 03, 2012, 10:19:44 am »
I already had the link you posted, but just found this. I thought the command functions, as well as the sample c style control program might offer some info.
Logged
Pages:
1
...
19
20
21
22
[
23
]
24
25
26
27
...
32
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Administrative
-----------------------------
=> Forum rules
=> Messages from the pfSense Team
=> Feedback
-----------------------------
pfSense English Support
-----------------------------
=> Installation and Upgrades
=> General Questions
=> 2.1 Snapshot Feedback and Problems
=> Post a bounty
===> Completed Bounties
===> Expired/Withdrawn Bounties
=> Hardware
=> Firewalling
=> NAT
=> CARP/VIPs
=> Routing and Multi WAN
=> Traffic Shaping
=> DHCP and DNS
=> IPv6
=> IPsec
=> PPTP
=> PPPoE Server
=> Captive Portal
=> webGUI
=> Wireless
=> SNMP
=> Packages
=> Virtualization installations and techniques
=> OpenVPN
=> Gaming
-----------------------------
Development/Documentation
-----------------------------
=> Documentation
=> Development
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
International Support
-----------------------------
=> Indonesian
=> Deutsch
=> Español
=> Français
=> Italiano
=> Russian
=> Nederlands
=> Norwegian
=> Portuguese
=> Polish
=> Romanian
=> Swedish
=> Turkish
-----------------------------
Retired
-----------------------------
=> 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
=> 1.2.1-RC Snapshot Feedback and Problems-RETIRED
=> 2.0-RC Snapshot Feedback and Problems - RETIRED
=> DNS Server testing area - RETIRED
Loading...