Thanks Erik,
Unfortunately new version gives same results for me.
One think I have noticed is when I unplug/plug the USB cable, then open tinySA.exe I get a pop up error
window that says "no sweeper found".? I say ok, then it pops up the PortSelector window with my COM5
already highlighted.. I say ok and the main window pops up with a noise graph (like it is in Mockup mode?).
If I push Run, the tx/rx leds on nano do blink, power supply does change current but log window doesn't
show any communication.
I am thinking it might be something at startup.. With Nano code, the info comes out immediately, maybe it
should wait for the .exe to ask for it?
I see in the .ino in setup:
? Serial.begin(115200); // 115200
#if defined(ARDUINO_ARCH_SAMD)
//? while(!SerialUSB); // Uncomment this line if you want the Arduino to wait with starting till the serial monitor is activated, usefull when debugging
#endif
So I have tried putting in:
?delay(10000);? //gaw experiment
OR
? while(? Serial.available() == 0)? //gaw exp
BUT still nothing...
Thanks and 73,
Gary
WB6OGD
?