Welcome, Guest. Please login or register.

Author Topic: Programming the Amiga parallel port  (Read 1711 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline steve30Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 322
    • Show all replies
    • http://www.stevecoates.net
Programming the Amiga parallel port
« on: September 11, 2008, 06:24:32 PM »
I have been fiddling about with the parallel port on my PC recently as I will be making use of it for my college project this year. I've only managed to get it to switch LEDs on and off using Microsoft's QuickBasic.

Does anyone know where to start using the Amiga to switch LEDs on and off with the parallel port?

Cheers
Steve
 

Offline steve30Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 322
    • Show all replies
    • http://www.stevecoates.net
Re: Programming the Amiga parallel port
« Reply #1 on: September 11, 2008, 08:49:15 PM »
I have never done any programming on the Amiga, I want to start though. I will have a look at Blitz Basic.

Heinz: Is that programme in C? What does it do? I can see it has something to do with the parallel port but exactly what I'm not sure.

So far on the PC I have been making various combinations of LEDs light up by typing 'OUT 888,255' in Quick basic, where 888 is the address of the data register and 255 is the value to send to make the LEDs light up.