I want to test some LCDd/lcdproc script without real LCD display. So I've expected to run something like virtual LCD mode with curses driver. It basically already setup like this when I get lcdproc from repository (ubuntu32), but I can not find where virtual LCD output goes to.
Can anyone explain where I can find the output and/or how I can redirect it to where I want to see it?
Thanks in advance,
AG
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there!
I want to test some LCDd/lcdproc script without real LCD display. So I've expected to run something like virtual LCD mode with curses driver. It basically already setup like this when I get lcdproc from repository (ubuntu32), but I can not find where virtual LCD output goes to.
Can anyone explain where I can find the output and/or how I can redirect it to where I want to see it?
Thanks in advance,
AG
If using the curses driver the server has to run in the foreground. Either set this in the configuration file or run LCDd with '-f' option.
Thanks! I got it running successfully!