Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

help for a project

2»

Comments

  • Registered Users, Registered Users 2 Posts: 382 ✭✭mrhappy42


    pay 45 dollars...connect some led's and write some dirt quick VB code...finished.

    http://www.winfordeng.com/products/crd155b.php

    Or just take your z80 out of the cupboard, dust it down and connect some led's...


  • Closed Accounts Posts: 1,541 ✭✭✭finnpark


    All very good ideas!! :) But he is a beginner I think. I like the bargraph idea allthough it is a bit crude I think. But it is the simplest idea I heard yet. No code no expense and simple to do. :D

    The other idea of using an interface card and Visual Basic seems over the top. Plus didn't he say he wanted it outside also? A computer may be out of the question. If you were going to use a computer I would think the serial/parallel port would be simpler and cheaper. :)


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 96,283 Mod ✭✭✭✭Capt'n Midnight


    simpliest way would be a program to make Numlock / Scroll lock / Caps Lock flash on/off KLocks (6KB)
    Batch file to continuously flash all Lock indicator lights:-
    
        @echo off
        :: Turn all lights on
        klocks +n +c +s
        :top
        ping 127.0.0.1 -n 2 >nul
        :: Toggle all lights
        klocks !n !c !s
        goto :top
    


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 96,283 Mod ✭✭✭✭Capt'n Midnight


    http://freshmeat.net/projects/ieee1284java/

    About:
    ieee1284java is a Java library for accessing the parallel port using the libieee1284 C library and the Java Native Interface.


Advertisement