On Jul 14, 3:07 am, marco wrote:
> Hello gals and guys,
>
> I'm an experienced Python user and I'd like to begin playing with
> Twisted.
> I started RTFM the tutorial advised on the official site and I found it
> really useful and well done.
>
> Now I'd like to practice a bit by coding a little pr
On Thu, Jul 14, 2011 at 5:07 PM, marco wrote:
> Now I'd like to practice a bit by coding a little program that reads
> strings from a serial device and redirects them remotely via TCP. For
> that sake I'm trying to use deferred.
The obvious solution (to my mind) is two threads, one for each
direc
Hello gals and guys,
I'm an experienced Python user and I'd like to begin playing with
Twisted.
I started RTFM the tutorial advised on the official site and I found it
really useful and well done.
Now I'd like to practice a bit by coding a little program that reads
strings from a serial device an