SolidSoils / Arduino

C# .NET - Arduino library supporting simultaneous serial ASCII, Firmata and I2C communication
https://solidsoils.github.io/Arduino/index.html
BSD 2-Clause "Simplified" License
200 stars 61 forks source link

Implemented a getter on the serial connection in ArduinoSession #17

Closed purpleriboflavin closed 3 years ago

purpleriboflavin commented 6 years ago

I am implementing a multiple arduino engine that can read/write and receive data from multiple arduinos. Lacking of a unique identifier I tought about putting a getter on the serial connection to be able to identify the arduino by their port name.