Beispiel #1
0
 def read(self):
     if self.available() > 0:
         return Bus.read(self, self.available()).decode()
     return ""