running on WinPC + comunication via USB
- From: martin.nkm@xxxxxxxxxxxxxx
- Date: Fri, 30 May 2008 08:33:09 -0700 (PDT)
Hello, I have two questions.
1/ If I want to use Python and let my WinPC communicate via RS-232
with external embedded computer I know there is a pyserial module,
which I can use it. But what will happen if I want to replace RS-232
by USB? I know I can have virtual COM port, but all the configuration
parameters basically refer to RS-232 parameters - baudrate, bits,
stopbits, parity. In case of USB that's a nonsense I think. Does
anybody know?
2/ Second is a basic question. Do I need also cygwin running on my
Windows PC to get running Python scripts? Or is that Python
interpreter (Win executable) self efficient? Thanks.
.
- Follow-Ups:
- Re: running on WinPC + comunication via USB
- From: Diez B. Roggisch
- Re: running on WinPC + comunication via USB
- Prev by Date: Re: How to covert ASCII to integer in Python?
- Next by Date: Re: How to covert ASCII to integer in Python?
- Previous by thread: convert string containing list to list (or tuple) type
- Next by thread: Re: running on WinPC + comunication via USB
- Index(es):
Relevant Pages
|