Endlines stripped if "high rate" on serial ? (Arduino -> PC)
Hello,
I'm trying to use the plugin with Serial but i got some syntax error when sending rapidly Set command from serial, like for changing frequency.
Is this a problem related to newer SDRSharp or somewhere in the plugin ?
I've been using Serial.println on arduino and even switched to .print and manually adding \r\n but it seems that the plugin receive some lines with the endline stripped.
I've used HHD serial monitor to see that the plugin returns an error with some (>3 or >5) json Set Frequency on the same string without \r\n... After that SDRSharp crash.
So I can use it to really slowly change frequency but that's all.
Any ideas about this issue ?
Using a delay(100) in the loop, which will delay 100 between messages sent to the serial, it is more usuable, but if I turn the encoder a little faster, same issue and crash :(