@@ -104,6 +104,7 | |||||
104 | if first == 0: No newline at end of file |
|
104 | if first == 0: | |
105 | first = 1 No newline at end of file |
|
105 | first = 1 | |
106 | lng = int(trama_rx[20:26]) No newline at end of file |
|
106 | lng = int(trama_rx[20:26]) | |
|
107 | print str(lng) No newline at end of file | |||
107 | if cnt == lng: No newline at end of file |
|
108 | if cnt == lng: | |
108 | break No newline at end of file |
|
109 | break | |
109 | No newline at end of file |
|
110 |
@@ -170,6 +170,7 | |||||
170 | No newline at end of file |
|
170 | ||
171 | all_blocks = all_blocks + one_block No newline at end of file |
|
171 | all_blocks = all_blocks + one_block | |
172 | #Using tx buffer No newline at end of file |
|
172 | #Using tx buffer | |
|
173 | print all_blocks No newline at end of file | |||
173 | self.tx_buffer = all_blocks No newline at end of file |
|
174 | self.tx_buffer = all_blocks | |
174 | No newline at end of file |
|
175 | ||
175 | def __getConnectionStatus(self): No newline at end of file |
|
176 | def __getConnectionStatus(self): |
General Comments 0
You need to be logged in to leave comments.
Login now