Author Topic: COM port problem. help  (Read 2236 times)

Offline QuadSlayer

  • Jr. Member
  • **
  • Posts: 2
COM port problem. help
« on: February 04, 2013, »
Hello,

I am somewhat new to vixen but I still know how to use it. I am using generic serial for my output going to my Arduino mega. The problem is after I start the serial monitor with Arduino on COM3 and head into vixen to start the sequence then when I click play on the sequence I get the following error messages:

Vixen
Generic Serial:
(router - startup)
Access to the port 'COM3' is denied

Following that is this message:

Plugin error
The port is closed.
Execution has been stopped.

Then it will not let me play the sequence until I stop the Arduino serial monitor and restart vixen.



Any help is appreciated

Thanks.

Offline rm357

  • Sr. Member
  • ****
  • Posts: 1282
  • 31088
COM port problem. help
« Reply #1 on: February 04, 2013, »
I'm not familiar with the arduino, but windows only allows one program to use the serial port at a time. If you have some program running that connects to the arduino via com3, you will have to disconnect from the port or close that program before vixen can access it.
Robert
Warner Robins, Georgia, USA

Offline TexasStingray

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 791
Re: COM port problem. help
« Reply #2 on: February 04, 2013, »
That's it. You'll have to close the monitor as its using the port and vixen cannot access it at the same time.
Scott Wanner
TX

Watch my videos
You are not allowed to view links. Register or Login

Offline QuadSlayer

  • Jr. Member
  • **
  • Posts: 2
Re: COM port problem. help
« Reply #3 on: February 05, 2013, »
I have just realized what I need to do.

Thanks for the help