Enigmatheatre / HomeSeer_Arduino_Plugin

This is to house parts of a plugin allowing integration of Arduino Boards with the Home Automation program Homeseer
3 stars 0 forks source link

Multi-Link/Mesh radios #5

Open RawLiquid opened 10 years ago

RawLiquid commented 10 years ago

I'm not sure exactly how many people might end up using it, I can say that I likely will attempt to retrofit some older radios and make them work multilink, assuming we are able to get it working with the good radios I have.

I just did a test and this is what I get when hitting connect on a second device attached to port where something is already connected

May-22 1:59:48 PM Arduino Plugin Error Exception in Connect_Devices/Enumerator: Access to the port 'COM9' is denied. May-22 1:59:48 PM Arduino Plugin Connecting to Board No:4 on COM9 May-22 1:59:48 PM Info 9967 log entries retrieved, and this just added another! May-22 1:59:45 PM Arduino Plugin Board 4 Comport changed to 9

Perhaps have a list of comm ports in use by the plugin and check that list before opening a port, if it is on that list, skip opening it Testing the second board individually or course works no problem.