And interest in pyserial for brython? #2404
benjie-git
started this conversation in
General
Replies: 1 comment 1 reply
-
is ti even possible?
I mean - javascript code in a browser should not have low level access to
computer I/O ports - so can't Brython.
…On Mon, Mar 18, 2024 at 5:09 PM Ben Levitt ***@***.***> wrote:
I'm interested in porting pyserial to brython, to allow using serial ports
from brython code, maintaining compatibility with running the same python
code in cpython with pyserial. This would use the Web Serial API, which is
currently only available in Chromium-based browsers.
Would anyone else be interested in this? And what would be the best way to
manage this package? Should it be a separate repo, or eventually included
into brython, if accepted?
Thanks for your feedback!
—
Reply to this email directly, view it on GitHub
<#2404>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAECVRC7PRWE4L7RYG64IKLYY5CWLAVCNFSM6AAAAABE4IQ4W6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGM4TENJTGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interested in porting pyserial to brython, to allow using serial ports from brython code, maintaining compatibility with running the same python code in cpython with pyserial. This would use the Web Serial API, which is currently only available in Chromium-based browsers.
Would anyone else be interested in this? And what would be the best way to manage this package? Should it be a separate repo, or eventually included into brython, if accepted?
Thanks for your feedback!
Beta Was this translation helpful? Give feedback.
All reactions