Search found 34 matches
- Thu Sep 12, 2002 6:41 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCDC E-Mail
- Replies: 7
- Views: 8551
> I wish programs would actauly show you the > password the first time you are entering > it. This would have saved me hours of pain > and suffering in the past. But what about the shadow governments that are trying to steal your password!!??!?! They could be looking over our shoulders as we speak!!...
- Tue Aug 27, 2002 2:37 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Newbie!!!
- Replies: 5
- Views: 4925
Next time before plugging it in, try to verify that its giving the right voltage. If you can get your hands on a multimeter, just check and see if its giving 5V off. I actually haven't owned one of the 5V ones myself, but I believe (please correct me on this if I'm wrong) that the 5V ones are much m...
- Mon Aug 26, 2002 12:42 pm
- Forum: General Chat
- Topic: Room Lighting Control using the LK204-25-PC
- Replies: 10
- Views: 15334
- Mon Aug 12, 2002 10:09 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Mildly off topic, PL-2303
- Replies: 1
- Views: 2224
Heyas everyone, I recently liberated a usb to serial convertor based on the PL-2303 bridge controller. I am running gentoo linux, and I appear to have it installed and configured correctly; the drivers are built into the kernel and it seems to work. However, attempting to use a perl script I wrote t...
- Wed Aug 07, 2002 11:53 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: console output for Linux?
- Replies: 19
- Views: 24224
You most definately could not just pass the serial device as a parameter, mostly because of the commands required to display text on the LCD screens. I'm trying to figure out a way for you to do this easily, with a minimum of fuss, but the only real possibility I see is creating a false device that ...
- Wed Jun 26, 2002 3:31 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: JAVA CODE
- Replies: 4
- Views: 6546
This would actually be pretty easy in java, the source for a simple implementation of a java interface for the lcd is on MO's site. As for any implementation of, say, your stock ticker, the easiest thing to do would be to get out the good old java.net.* API and do your connection manually, and parse...
- Wed Jun 26, 2002 3:17 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: brushed aluminium pc mouting bracket for MO lcd - and invers
- Replies: 7
- Views: 7457
Until then we have the wondrous dremel tool. It really isn't too bad to modify an aluminum bay insert, I was scared but mine turned out pretty sweet. All you want to do is mark out where the screen is going to fit (I recommend making the hole just large enough for the actual lcd screen and not the p...
- Wed Jun 26, 2002 3:12 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Why no 3 line LCDs ???
- Replies: 7
- Views: 6864
Hrm, probably computer science/engineering people that count in powers of 2... So, there should be 2,4,8,16,32 etc line LCDs available, with the number of spaces on each line also being a power of 2. Ok, not quite, most of them have 20 or 40 spaces on a line, but it was a good theory while it lasted.
- Wed May 01, 2002 7:20 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Mac Software?
- Replies: 5
- Views: 6484
- Tue Apr 16, 2002 11:39 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: MY LCD REMOTE
- Replies: 10
- Views: 9454
- Mon Apr 15, 2002 6:58 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK204-25 GPO problem
- Replies: 3
- Views: 4207
- Sun Apr 14, 2002 1:47 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK204-25 GPO problem
- Replies: 3
- Views: 4207
Hexidecimal is just another method of displaying integers. In C, these two statements would be equal: <CODE> int decimalInt = 32; int hexInt = 0x20; </CODE> The only difference is in how to interpret the number (the 0x specifies that it is hex), but the computer will use a third representation to re...
- Sat Mar 23, 2002 8:54 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: anyone ever tackled auto displays? / traction control
- Replies: 6
- Views: 8020
- Thu Mar 14, 2002 5:13 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Furbox
- Replies: 8
- Views: 9323
- Mon Mar 11, 2002 6:16 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Furbox
- Replies: 8
- Views: 9323
Ok, thats cool then. My question is the combination of file server and firewall. Usually these two are not combined because of the chance that subversion of a file server (something that is quite possible due to the nature of file servers, any type of open connection to the outside is generally view...