![]() |
Weird command and response - Printable Version +- Virtuino Forum (https://virtuino.com/forum) +-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1) +--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3) +--- Thread: Weird command and response (/showthread.php?tid=1245) |
Weird command and response - Nils.Sky - 03-24-2023 Hey! I am getting some weird commands and responses from the Virtuino App. I attached a screenshot of the serial monitor. The code I am running is also attached. Do you have any Idea why this could happen? RE: Weird command and response - iliaslamprou - 03-25-2023 Hi, this is the reason of the delays. There are communication errors on the serial communication between the arduino device and the bluetooth device. 1. If you use Software serial try to replace it with the Serial. 2. Use shoter wires between RX-TX pins 3. Reduce the baud rate of the bluetooth comminication. This will increase the app speed. |