You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseNotImplementedError("Windows not supported, yet")
Why?
Because I don't know how to do the following in windows reliably:
list all connected pyboards by serial number
map a given serial number to:
serial port device (eg: COM2)
mountpoing (eg: D:\)
mount / unmount (aka: safely disconnect mass storage device)
I'm a Linux guy by nature, so I attempted to do this for a few days back when I had a windows machine for work, but didn't succeed.
The contents of utils_win32.py is mostly experimental... some of it works, but not reliably.
Solution?
I don't know, but I'm open to ideas.
I'm open to the idea of implementing it in a more suitable language, and using system calls to invoke a builtin binary... but ideally the solution would be pure python, or compiled with python hooks.
The text was updated successfully, but these errors were encountered:
Importing
upytester
in windows raises:upytester/src/upytester/pyboard/utils/utils_win32.py
Line 7 in 2027cf2
Why?
Because I don't know how to do the following in windows reliably:
COM2
)D:\
)I'm a Linux guy by nature, so I attempted to do this for a few days back when I had a windows machine for work, but didn't succeed.
The contents of
utils_win32.py
is mostly experimental... some of it works, but not reliably.Solution?
I don't know, but I'm open to ideas.
I'm open to the idea of implementing it in a more suitable language, and using system calls to invoke a builtin binary... but ideally the solution would be pure python, or compiled with python hooks.
The text was updated successfully, but these errors were encountered: