Home › Forums › Mayfly Data Logger › Wiring Ultrasonic sensor w/ temp compensator › Reply To: Wiring Ultrasonic sensor w/ temp compensator
2020-08-03 at 11:13 AM
#14423
I think my code must not be catching the interrupt properly. It doesn’t get beyond this line in MaxBotixSonar.cpp:
1 |
result = _stream->parseInt(); |
I
I think my code must not be catching the interrupt properly. It doesn’t get beyond this line in MaxBotixSonar.cpp:
1 |
result = _stream->parseInt(); |
I am able to get it working by using AltSoftSerial (Rx on pin 6), but am unable to get NeoSWSerial to read from the MaxBotix sensor.
Any help is appreciated.
Thanks,
Matt