- Timestamp:
- 04/21/10 10:30:26 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykocard/trunk/pykocard/cartadistcrs.py
r3538 r3539 108 108 self.tcrs.flush() 109 109 self.lastcommand = command 110 # 111 # IMPORTANT : the following code doesn't work because currently 112 # PySerial doesn't allow an EOL marker to be several chars long. 113 # I've just sent a patch for this to PySerial's author, and we'll 114 # see what happens. If not accepted, I'll write it another way. 110 115 return = self.tcrs.readline(eol=self.tcrsprompt)[:-len(self.tcrsprompt)] 111 116