Jump to content
IGNORED

printer question Alphacom42


rockdoc2010

Recommended Posts

I will be selling an Alphacom42 printer.

Yes power supply and yes Atari cartridge.

At one time i was able to spit out the entire ATASCI character set to the printer.

 

HOW do I send that thing to the printer?

The thing that spits out all characters?

 

Thank you for your support!

 

 

 

Link to comment
Share on other sites

I believe this printer can print ATASCI characters natively, so maybe something like this:-

will print all characters

 

5 OPEN #1,8,0,"P:"
10 FOR I=0 TO 255
20 IF I=155 THEN GOTO 60
30 A=I/40-INT(I/40)
40 IF A=0 THEN ? #1;CHR$(155):GOTO 60
50 ? #1;CHR$(I);
60 NEXT I
70 CLOSE #1

Link to comment
Share on other sites

ARRGHH 

It works and thank you very much however it is printing one character per line. 

It seems to be adding a carriage return after every printed character. 

I had this thing spit out the entire set across the width of the paper before.

I will try to find a manual in archives.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...