Multiple connections in serial port

Asked

Viewed 67 times

1

I am writing a software, in Node.JS with Electron, that connects to a non fiscal thermal printer, but I ran into the following problem:

On the client, they use a third-party software that connects directly to a serial port (COM6), where the printer is installed, my problem is that, as direct communication occurs with this port, I can’t get my software to connect with this port, 'cause she’s already busy.

Would you have any solution for this? Any software that does the controller part for this port? Or some way to open multiple connections?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.