user2312282
user2312282

Reputation: 1

Unable to open an already opened port using Visual Serial Port Emulator

I'm a beginner. I'm trying to run 2 Java processes simultaneously using the VSP Emulator to open the same Com Port. I have tried using the Connector device or the Splitter device. The 2nd process is unable to open the previously opened port. Is there anything else I need set to do this?

Upvotes: 0

Views: 186

Answers (1)

CodeChimp
CodeChimp

Reputation: 8154

You cannot open the same port twice. There is no operating system I know of that allows you to open the same port twice. The ports are how the OS routes incoming packets to the proper application. You may want to read up on the OSI Model.

Upvotes: 0

Related Questions