
Dec. 22, 2011
8:57 p.m.
On 02:50 am, bino@indoakses-online.com wrote:
[snip] The problem is when there is msg coming from XMPP part It's received by the xmpp client part, but script complaining about 'SerialPort' object has no attribute 'transport' I tried to send text from another xmppclient (pidgin)
A SerialPort doesn't have a transport. It is a transport. Instead of: self.serial.transport.write(foo) try self.serial.write(foo) Jean-Paul