I am having an issue with the blocked/sync calls, even with the example.
The response is never received from the arduino. Even if I increase the timeout value to 5 sec. It won't help.
Steps to reproduce:
Upload sketch SendAndReceiveArguments to Arduino Uno (CH340 chip)
Run C# example SendAndReceiveArguments
Expected result:
Response: Result of sum and difference
Actual result:
No Response
I have tried dtrEnabled with both values (true, false)
When I use the SerialMonitor of the ArduinoIDE and just send the plain command the response is correct and immediate. So it must be in the blocking-code portion on the C# client side. I have spent an hour of debugging but I cannot see the reason. Maybe something with the suspended ReceiveQueue?
Hi,
I am having an issue with the blocked/sync calls, even with the example. The response is never received from the arduino. Even if I increase the timeout value to 5 sec. It won't help.
Steps to reproduce:
Expected result:
Actual result:
I have tried dtrEnabled with both values (true, false) When I use the SerialMonitor of the ArduinoIDE and just send the plain command the response is correct and immediate. So it must be in the blocking-code portion on the C# client side. I have spent an hour of debugging but I cannot see the reason. Maybe something with the suspended ReceiveQueue?