|
Post by claire on Feb 7, 2022 16:15:28 GMT
Hello everyone,
I have just received one Shieldbuddy, initialized it on my computer, and I use the Arduino IDE with your add-in. All work fine, but I have a question about the USB communication “SerialASC”.
It is said that all the serial classes are the same as Arduino ones, but when we use the SerialASC, which is linked to the USB communication of our computer, the COM PORT related to the Shieldbuddy is not working. In fact, the USB com must be unique, and I can access to the flow like nobody is connected, the port is not “Busy”.
For example : I am sending data by XPlane through the PORT COM 12 at a certain baurate. I do not receive any data on my ShieldBuddy. I confirmed it with the “SerialASC.available()” which always indicates the incoming bytes as 0. Then, I did the same job with an Arduino and it worked fine. I have already checked every data, like baudrate, serial name and pin, etc…
When I just try to send data with the Serial Monitor, and print it like a mirror, it works. But with an external communication like with XPlane, it does not work…
Could someone help me with this problem please ?
Thank you
|
|