Jump to content

Multiple serial connections


nistam

Recommended Posts

We recently installed 4 industrial printers (Domino model A400) that will print on coils every 2 meters. These printers have a large keyboard attached on them so the user can enter, for example, our company logo and various information regarding the material that the printer shall print on. The user though, can't enter the same info on 4 printers so I created a small app to test the serial communications with one of them and emulate the user input. Everything ok, because the idea is simple: Ask for the printer status, if ok, send a specific message ( the logo i mentioned) and ask for the status again. Just that.

Now, in theory, i can copy-paste the same code 3 more times, and just changing the serial port every time, for every printer. I just can't imagine how i'm supposed to include 4 serial connections in a loop.

Any ideas or different approaches on this?

Link to comment
  • 1 year later...
We recently installed 4 industrial printers (Domino model A400) that will print on coils every 2 meters. These printers have a large keyboard attached on them so the user can enter, for example, our company logo and various information regarding the material that the printer shall print on. The user though, can't enter the same info on 4 printers so I created a small app to test the serial communications with one of them and emulate the user input. Everything ok, because the idea is simple: Ask for the printer status, if ok, send a specific message ( the logo i mentioned) and ask for the status again. Just that.

Now, in theory, i can copy-paste the same code 3 more times, and just changing the serial port every time, for every printer. I just can't imagine how i'm supposed to include 4 serial connections in a loop.

Any ideas or different approaches on this?

Hello nistam,

I trying to drive an A300 Domino printer, do you have any driver sample to try?

Thanks

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.