Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Programming the Amiga parallel port
« on: September 11, 2008, 06:26:44 PM »
I had a parallel port relay board and managed to switch relays on and off with Blitz Basic. It only took a few lines of code but I can't remember how I did it now. You could have a look in the Blitz documentation and see if that covers parallel port access.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10