Package tacval :: Package hardware :: Module serial_coms :: Class SerialComs
[hide private]
[frames] | no frames]

Class SerialComs

source code

object --+
         |
        SerialComs

Inherit serial coms to use serial read/write methods

Instance Methods [hide private]
 
open_connection(self, serialaddr='/dev/tty.KeySerial1')
creates a new serial object
source code
 
read(self)
read from the serial buffer
source code
 
write(self, s)
write to the serial buffer
source code
 
ask(self, s) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__