Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Arduino , eventghost, serial plugin

If you have a question or need help, this is the place to be.
Post Reply
Sentro
Posts: 1
Joined: Sun Jan 25, 2015 12:52 pm

Arduino , eventghost, serial plugin

Post by Sentro »

Hello,

I'm trying to make a script that depending on the temperature i get from an arduino to call some actions. Though i am having some problems reading
through the port of the arduino.

If initialize the plugin first it seems to open the port just fine. However then i get an error from the arduino that there is already another software using the same port.
If initialize the arduino first i can't open the port through the Serial Plugin on eventghost. Am i missing a setting here ??

I'm outputting on the arduino side with this

Code: Select all

  
  Serial.print("TEMPRATURE = ");
  Serial.print(temp);
  Serial.print("*C");
And i seem to be able to read it just fine using the port monitor on the arduino side.

Thanks
Post Reply