Timeline for Using Serial Port names as a variable array for looping access to same block of code
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 26 at 20:26 | comment | added | Edgar Bonet | @timemage: Indeed. I only addressed the actual question, without fixing this other issue. | |
| Aug 26 at 20:25 | history | edited | Edgar Bonet | CC BY-SA 4.0 |
+ issue in comment.
|
| Aug 26 at 19:02 | comment | added | timemage |
->listen() is a SoftwareSerial thing. So it would need to be SoftwareSerial *SensorSerial[] =. Or otherwise you need to downcast to SoftwareSerial * before using listen().
|
|
| Aug 26 at 18:18 | history | answered | Edgar Bonet | CC BY-SA 4.0 |