1 Attachment(s)
Connecting a LCD to the WL500g
Hi
Here's an image of my work in progress :)
This is a HD44780 LCD connected to the parallel port of the ASUS WL-500g.
I'm powering it from the USB port.
I'm using OpenWRT as the firmware and lcdproc as the software to drive the LCD.
lcdproc was patched to use ppdev (/dev/parports/0) with the HD44780 driver instead of using inb/outb x86 instructions to communicate with the parallel port.
I also made a parallel port driver for the asus so that the binary 2.4.5 modules from the asus firmware aren't needed anymore.
I'll release the source code of the parallel port driver and the patch to lcdproc soon ;)
LCDproc HD44780 ppdev driver
Gryle,
I would love to take a look at your LCDproc HD44780 ppdev driver mods. I have been trying to figure this out for a while.
Any chance you could post the code somewhere or maybe email me with it? (admin at purecom.com)
Thanks! :)
graphical (KS0108-based) LCD module
Before I purchase, is there any reason why a KS0108-based LCD module, i.e. http://www.geocities.com/dinceraydin/lcd/gfxintro.htm, e.g. as implemented at http://www.compsys1.com/workbench/On...ontroller.html, would not be hardware compatible with the WL-500g parallel port?
The only weirdnesses associated with the Asus || port (i.e. anyone more experienced than me at hardware hacking please say yes/no ;-) might be:
- Bidirectionality for controller readiness signals;
- There are dedicated pins to select one of the two controllers (CS1, CS2; one for each side of the LCD) - I have seen wirings to the line and init pins on a standard PC parallel port, which I guess are then manually controlled;
...and I'm happy to have to write my own driver - which will be interesting.
Advice on preferable controllers, e.g. shouting at me to get a Toshiba T6963C based device (which afaics is smarter and already supported but more expensive), is welcome.
Old Palm as external display
I connected an old Palm IIIx (approx $25 on 2nd hand shop) through a serial port to the wl500gx, either using a usb to serial connector or the second internal serial port. Advantage is that you can allow input from the display through the hardware buttons on the Palm. Potentially, I have nice graphical capabilities (160x160), I can download email headers, rss feeds and so on to the Palm. Still need to develop some code for the Palm. A rudimentary PocketC program works fine for receiving and transmitting from and to the Asus. On asus a script can do all the work where using pipes to and from the serial ports takes care of the communication. Speeds up to 115200 bit/s are achievable.
Currently I have not much time, but when I have something working, I will post it here.
How to display ports of connected PCs?
Hi there!
Is it possible, to show which ports are being used by PCs connected to the router? Something like a local 'neststat' output. Should display wired and wlan PCs.
Can i use the netstat command on the router (via telnet) for this?
Thanks in advance.