-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COM port allocation #37
Comments
Toggle RESET while BOOT is pressed, then simply upload any sketch (ignoring
the COM port allocation).
…On Tue, Aug 21, 2018 at 4:11 AM, tcsaba101 ***@***.***> wrote:
Dear Thomas, Kris,
I have a Dragonfly, a Butterfly and a Ladybug boards.
I have uploaded a sketch to a Dragonfly, while the board manager was set
to Butterfly and then uploaded a sketch to Butterfly, when board was set to
Dragonfly.
Since then I can not setup them to have a COM port on Win10. I have
reinstalled the core, the drivers with Zadig as it is written in the ReadMe.
When I press trhe RESET+BOOT buttons, Win10 shows it has found something,
bu no COM port appears.
I can't get a COM port allocated to the boards in the Device Manager.
The STM32 BOOTLOADER exist in the Universal Serial Bus Devices category in
Win10 Device manager.
[image: image]
<https://user-images.githubusercontent.com/24205334/44395626-bf3e0880-a53a-11e8-8db2-bcf54b681dc6.png>
Ladybug is working but it has a plain com port, no USB Device is appearing
the same time.:
[image: image]
<https://user-images.githubusercontent.com/24205334/44395543-7a19d680-a53a-11e8-8eeb-7b648562c186.png>
What happened? How can I fix it?
Thanks, Csaba
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG4QfF09WacmvEqdZ2BbRwMGKTUvV8Rhks5uS9zsgaJpZM4WFfO4>
.
|
It works! Life is easy when you know how to do it. I had the blink sketches what I know was worked for me, I used them, after upload the boards got the COM allocation. Thanks! Question: |
Don't think so. I have asked for this "feature" but as far as I know this
is not possible with the ST USB peripheral.
…On Tue, Aug 21, 2018 at 11:16 AM tcsaba101 ***@***.***> wrote:
It works!
Life is easy when you know how to do it.
I had the blink sketches what I know was worked for me, I used them, after
upload the boards got the COM allocation.
Thanks!
Question:
At every reset the Arduino IDE Serial Monitor disconnects (also Putty),
and I have to reopen the terminal.
Is there a solution to have a permanat terminal connection?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qt2nQKVdumcp8VpGNFTAb76Ae09nks5uTE51gaJpZM4WFfO4>
.
|
It is inconvenient for debugging. I would follow all the data from the reset. |
Not sure what the problem is. When I uploaded a sketch to the board while
the serial monitor is active, it reconnects.
When I use minicom same thing ...
…On Tue, Aug 21, 2018, 3:42 PM tcsaba101 ***@***.***> wrote:
It is inconvenient for debugging. I would follow all the data from the
reset.
I tried while(!SerialUSB){}; to force the wait, but it has stucked at this
point.
Maybe other solution exist for debugging period?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG4QfJGH1BlfxuEhXhHjyxaMly2ks07lks5uTH7LgaJpZM4WFfO4>
.
|
Not with Windows10 apparently.
On Tue, Aug 21, 2018 at 3:21 PM Thomas Roell <[email protected]>
wrote:
… Not sure what the problem is. When I uploaded a sketch to the board while
the serial monitor is active, it reconnects.
When I use minicom same thing ...
On Tue, Aug 21, 2018, 3:42 PM tcsaba101 ***@***.***> wrote:
> It is inconvenient for debugging. I would follow all the data from the
> reset.
> I tried while(!SerialUSB){}; to force the wait, but it has stucked at
this
> point.
> Maybe other solution exist for debugging period?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#37 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AG4QfJGH1BlfxuEhXhHjyxaMly2ks07lks5uTH7LgaJpZM4WFfO4
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qvVd8wwNSzbICDqpvllWUseSb823ks5uTIfvgaJpZM4WFfO4>
.
|
My development background is on Win10 machine. Using the Arduino IDE 328P, ESP32, ESP8266 works well from this point of view. Using STML4 boards, it is not resetting the fw launching the Serial Monitor. Anyway there is a buffer (I don't know where Win10/ST?) what keeps from the beginning the sent data, so when terminal starts you see what was printed. |
Additional COM question: ST-USB can't be use on Vista or XP? |
As per readme:
USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only)
Go to
~/AppData/Local/Arduino15/packages/grumpypoldpizza/hardware/stm32l4/<VERSION>/drivers/windows
Right-click on dpinst_x86.exe (32 bit Windows) or dpinst_amd64.exe (64 bit
Windows) and select Run as administrator
Click on Install this driver software anyway at the Windows Security popup
as the driver is unsigned
This should work on XP / Win7. Vista and Win8 are not supported, however
the might work if you bypass the signature requirement.
…On Wed, Aug 22, 2018 at 3:59 AM tcsaba101 ***@***.***> wrote:
Additional COM question:
How can I create a COM port for a Butterfly on an older Win machine?
I have created with Butterfly a simple UART > RS485 converter to test a
RS485 > SDI12 converter.
In my lab I am using a Vista notebook for HP-IB bus, downloading handheld
data, browsing datasheets, etc. Works perfect in this environment.
I tried to connect to a terminal on Vista, but were not able to find a
driver for this.
Zadig could not install any ( I used the old 2,2_xp version).
ST-USB can't be use on Vista or XP?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG4QfGwOfh4gIXUxyvOYdL73WJRxI0o3ks5uTStlgaJpZM4WFfO4>
.
|
Thanks to light up... Today I have solved, debug has been done. Next time I will do this way. Thanks! |
No surprise, it works. As it is written in readme. |
Dear Thomas, Kris,
I have a Dragonfly, a Butterfly and a Ladybug boards.
I have uploaded a sketch to a Dragonfly, while the board manager was set to Butterfly and then uploaded a sketch to Butterfly, when board was set to Dragonfly.
Since then I can not setup them to have a COM port on Win10. I have reinstalled the core, the drivers with Zadig as it is written in the ReadMe.
When I press trhe RESET+BOOT buttons, Win10 shows it has found something, bu no COM port appears.
I can't get a COM port allocated to the boards in the Device Manager.
The STM32 BOOTLOADER exist in the Universal Serial Bus Devices category in Win10 Device manager.
Ladybug is working but it has a plain com port, no USB Device is appearing the same time.:
What happened? How can I fix it?
Thanks, Csaba
The text was updated successfully, but these errors were encountered: