program the LPT port using Java. Really?

前端 未结 1 454
醉话见心
醉话见心 2021-01-23 15:17

Conditions:

OS is Windows XP

have LPT port

LED light bulb is connected to the LPT port

Necessary:

相关标签:
1条回答
  • 2021-01-23 15:48

    There used to be a nice Java parallel port library available at this URL:

    http://www.geocities.com/Juanga69/parport/

    It seems to be gone now, however you can still access it through the Internet Archive's wayback machine:

    http://web.archive.org/web/20080523134328/http://www.geocities.com/Juanga69/parport/

    The files can also be downloaded from here (Windows and Linux versions available, binaries and source code included):

    http://www.ioi.knaw.nl/~heimel/computers/parport/

    Note that for Windows XP you'll need to install a kernel-mode driver such as UserPort. This also can be downloaded from the sites above.

    0 讨论(0)
提交回复
热议问题