On 6/16/09 12:37 PM, Nestor A. Diaz wrote:
> Hello, i had wrapper the loseConnection method, but it still throws the
> same excepcion:
>
> class MySerialPort ( SerialPort ) :
>
> def __init__(self, the_protocol, port, reactor):
> # type, host and port are used for my own purposes.
>
Hello, i had wrapper the loseConnection method, but it still throws the
same excepcion:
class MySerialPort ( SerialPort ) :
def __init__(self, the_protocol, port, reactor):
# type, host and port are used for my own purposes.
self.type = "Local"
self.host = None
self.p