Serial Monitor Windows Arduino IDE Adafruit QT Py RP2040 #154
-
I'm unable to get the Arduino IDE serial monitor to work under Windows using the Adafruit QT Py RP2040. Sketches compile and install fine. I see COM5 for the device but if I try to open COM5, I just get "Port Busy." Putty is unable to open it either. Is this a Windows issue or something else? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Windows does run fine for quite a few of the users that have reported back, so it could just be a configuration issue. Are you running Win7 or Win10? With Win7, the Zadig utility must be used (see the readthedocs site for images) and configured to get the right driver for the Pico installed, or the serial port won't be accessible. I don't even have any remaining W7 VMs so can't For Win 10, there really haven't been any problems noted. It just works fine on my laptops without any special drivers or configurations. Maybe some other users have found/fixed something? |
Beta Was this translation helpful? Give feedback.
-
Thank for the explanation. I guess I can manage closing the COM when I
compile and upload.
Would it be possible for the IDE to close and open the COM when an upload
is started? (Something to ask of arduino.cc staff?)
While I have you another problem I have is finding .h files here is the
error message
In file included from
C:\Users\gavin\AppData\Local\Temp\.arduinoIDE-unsaved2022119-16704-nvnk5r.zf8b9\RGB_input\RGB_input.ino:11:
c:\Users\gavin\OneDrive\Documents\Arduino\libraries\Pico-DMX\src/DmxInput.h:13:10:
fatal error: pio.h: No such file or directory
13 | #include <pio.h>
| ^~~~~~~
compilation terminated.
Compilation error: exit status 1}
If I select Raspberry Pi Pico as my board rather than Generic Pico program
compiles OK
I just upgraded to 2.0 RC3 and that didn't help though now I get choice of
PicoProbe or pico-debug for the board.
Suggestions of which to choose if I don't really need a fancy debugger?
Thanks for your support. Do you have a buymeacoffee.com page?
Easy way to get feedback and some support for your efforts :-)
Here's me
https://www.buymeacoffee.com/GavinPerry
Thanks again for the Pico package.
…--
Gavin Perry, PhD
Chief Technology Officer
Meridian Electric Company
2392 Grissom Drive
St Louis MO 63146
http://meridianlighting.com
cell: 314 406-0697 <http://voice.google.com/calls?a=nc,%2B13144060697>
On Fri, Feb 18, 2022 at 3:44 PM Earle F. Philhower, III < ***@***.***> wrote:
The thing w/the Pico is the COM port is USB and controlled by the Pico
itself. So it goes away when you upload (replaced w/the UF2 upload drive)
and then appears again once the Pico reboots after program upload and
starts emulating a COM port again.
I believe those other devices have a dedicated USB Serial chip which is
always there and connected, even when the main microprocessor gets rebooted.
—
Reply to this email directly, view it on GitHub
<#154 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVR4PP5EIWARK53NGKTRP2TU324UHANCNFSM45H6JIWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
As an extra include where?
Gavin Perry
…On Sun, Feb 20, 2022, 11:00 AM Earle F. Philhower, III < ***@***.***> wrote:
You need to include the path as well:
#include <hardware/pio.h>
—
Reply to this email directly, view it on GitHub
<#154 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVR4PP37YK4SL6KKODJ3VQLU4EM3TANCNFSM45H6JIWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @Gavin-Perry I just created the PR Add support to arduino-pico and mbed_nano core #24 to Pico-DMX library to
Compile Results for |
Beta Was this translation helpful? Give feedback.
-
You guys are great!
I'll try it all out tomorrow and let you know how it's working.
I am so glad they are letting me use open source on this project. I would
never get this good of support from commercial software companies. Fixed
over the weekend! :-)
Gavin Perry
…On Sun, Feb 20, 2022, 5:23 PM Khoi Hoang ***@***.***> wrote:
Hi @Gavin-Perry <https://github.com/Gavin-Perry>
I just created the PR *Add support to arduino-pico and mbed_nano core* #24
<jostlowe/Pico-DMX#24> to Pico-DMX library
<https://github.com/jostlowe/Pico-DMX> to
1. Add support to Earle Philhower's arduino-pico core
<https://github.com/earlephilhower/arduino-pico>
2. Add support to Nano_RP2040_Connect using mbed_nano core
------------------------------
Compile Results for Nano_RP2040_Connectusing Earle Philhower's
arduino-pico core <https://github.com/earlephilhower/arduino-pico>
[image: Selection_104]
<https://user-images.githubusercontent.com/57012152/154868929-2a33114c-b3c2-4e86-925b-c726e680d0f4.png>
—
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVR4PPYO7WTSLVJTKBMOT3LU4FZY5ANCNFSM45H6JIWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Windows does run fine for quite a few of the users that have reported back, so it could just be a configuration issue.
Are you running Win7 or Win10? With Win7, the Zadig utility must be used (see the readthedocs site for images) and configured to get the right driver for the Pico installed, or the serial port won't be accessible. I don't even have any remaining W7 VMs so can't
For Win 10, there really haven't been any problems noted. It just works fine on my laptops without any special drivers or configurations.
Maybe some other users have found/fixed something?