Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CmdMessengerTest failed with Arduino Uno #32

Open
dontsovcmc opened this issue Nov 21, 2017 · 2 comments
Open

CmdMessengerTest failed with Arduino Uno #32

dontsovcmc opened this issue Nov 21, 2017 · 2 comments

Comments

@dontsovcmc
Copy link

environment:
Arduino UNO
Arduino IDE 1.6.11
Visual Studio 2015.3
Windows 10x64

prepare CommandMessengerTests:
var device = arduinoNano;
PortName = "COM7"

run CommandMessengerTests (x86, Release)

*** Test Summary ****

Some test sets failed!! 
Test sets passed: 2
Test sets failed: 4

TestLogFile.txt: https://pastebin.com/wZCkLBT4

@dontsovcmc
Copy link
Author

Usually OK, but sometimes...

 *************************************
 *** Start test-set Waiting for acknowledgments ****
 *************************************

   *** Start test Test sending command and receiving acknowledgment ****

      Sent > 3;
      Not OK: No acknowledgment for command AreYouReady
   *** End test Test sending command and receiving acknowledgment ****
      Warn > Command without attached callback received
*************************************
 *** Start test-set Clear text data ****
 *************************************

   *** Start test Ping-pong of random plain-text bool values ****

      Received > -1;
      Warn > Command without attached callback received
      Received > 2,Arduino ready;
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      Sent > 7,0,0;
      Warn > Command without attached callback received
      Not OK: Incorrect response
      Warn > Command without attached callback received
      Warn > Command without attached callback received
      OK: Value as expected
      Sent > 7,0,0;
      OK: Value as expected
      Sent > 7,0,0;
....................................
   *** End test Ping-pong of random plain-text bool values ****

   Test failed
   Test parts passed: 100
   Test parts failed: 1

 *************************************
 *** Start test-set Clear binary data ****
 *************************************

   *** Start test Ping-pong of a command with handpicked binary int16, int32, and double parameters ****
      Warn > Command without attached callback received
      Not OK: Incorrect response
      Sent > 9,/ Ò,}�¶³,/,{Qÿ;
      Not OK: No response on ValuePing command
   *** End test Ping-pong of a command with handpicked binary int16, int32, and double parameters ****

   Test failed
   Test parts passed: 0
   Test parts failed: 2

@adamj537
Copy link

adamj537 commented Sep 8, 2021

I am also getting poor test results with similar environment (Windows 10, Arduino UNO, Visual Studio 2019, baud rate 115200). Adding to confirm the issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants