Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73423
| From | "Pat Fourie" <peft@icon.co.za> |
|---|---|
| Subject | pyhon 1.5.2 problem |
| Date | 2014-06-19 14:55 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11148.1403184001.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Good Day all,
I have the following problem.
This is the python code
#
Import SER
#
SER.set_speed('115200','8N1')
..
..
..
When I run the above code I get the following error :
SER.set_speed('115200','8N1')
AttributeError : set_speed
Can anyone help as this did work before.I have recompiled everything but the
problem still
Exists.
In anticipation,
Many Thanks
Pat
peft@icon.co.za
--
This message has been scanned for viruses and
dangerous content by Pinpoint, and is
believed to be clean.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
pyhon 1.5.2 problem "Pat Fourie" <peft@icon.co.za> - 2014-06-19 14:55 +0200 Re: pyhon 1.5.2 problem Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-19 13:59 +0000
csiph-web