I am new to PlatformIO and Im hoping someone can help me with 2 issues Im having.
In both cases I am using the VSCode plugin.
-
Under windows I cannot get the Serial monitor to work, I get no data when I click on the icon for it. Even though using the same code generates output under the official IDE. Any ideas on how I could troubleshoot this?
-
I was also trying to use the VSCode plugin under Linux and the “Arduino.h” file was not found. Can anyone tell me how I can go about setting up the path properly under Linux? I installed the official Arduino IDE under Linux. I even tried manually coping the .h file needed to the same dir as my main.cpp file without luck. Can anyone give me some insight on how to set this up properly?
Thanks in advance!!