Jump to content

Embroidery machine as "Generic Printer"


DogTags
 Share

Recommended Posts

This is a guess only, but it seems that unlike in Linux where "generic printer" usually refers to a PostScript printer, in Windows "generic printer" refers to a device that takes raw data (eg: ASCII).

 

If that is indeed so, you could try and send the data directly to the "printer", this way:

cat datafile.txt >/dev/lp0

assuming your embroidery machine is connected to the /dev/lp0 (aka. LPT1) port.

 

Yves.

 

1. I installed the machine on the LPT1 port and turned it on, then rebooted the lin box.

2. I then created a simple text file with the data formatted as the embroidery machine requires

3. I then opened a terminal, navigated to the dir with that file in it, and ran cat datafile.txt >/dev/lp0

but I got the following error:

 

cat datafile.txt >/dev/lp0

bash: /dev/lp0: Permission denied

 

What does the above mean? Is the embroidery machine not being recognized?

 

Many thanks :)

Link to comment
Share on other sites

  • 10 months later...

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...
 Share

×
×
  • Create New...