Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. 2014-06-04 11:32:17,071 DEBUG [main] ct.controller.PropertyControl: getInstance(): creating new instance of singleton...
  2. 2014-06-04 11:32:17,074 DEBUG [main] ct.controller.PropertyControl: loadProperties(): loading properties from file awsct.properties...
  3. 2014-06-04 11:32:17,075 DEBUG [main] ct.controller.PropertyControl: loadProperties(): successfully loaded properties from file awsct.properties
  4. 2014-06-04 11:32:17,075 DEBUG [main] ct.controller.PropertyControl: getInstance(): returning instance of singleton...
  5. 2014-06-04 11:32:17,077 DEBUG [main] ct.controller.ViewControl: ViewControl(): added shutdown hook
  6. 2014-06-04 11:32:17,081 DEBUG [main] ct.controller.APIControl: setConnectionProbing(): activating connection probing...
  7. 2014-06-04 11:32:17,097 DEBUG [Thread-1] ct.controller.APIControl: initializeSerialConnection(): initializing serial connection...
  8. 2014-06-04 11:32:17,097 DEBUG [Thread-1] ct.controller.APIControl: initializeSerialConnectionPort(): initializing serial connection port...
  9. 2014-06-04 11:32:17,238 DEBUG [Thread-1] ct.controller.APIControl: initializeSerialConnectionPort(): port "/dev/ttyACM0" found
  10. 2014-06-04 11:32:17,273 DEBUG [main] ct.controller.PropertyControl: getInstance(): returning instance of singleton...
  11. 2014-06-04 11:32:17,274 DEBUG [main] ct.controller.ViewControl: setSettings(): setting settings in GUI...
  12. 2014-06-04 11:32:20,267 INFO [Thread-1] ct.controller.APIControl: initializeSerialConnection(): connection established
  13. 2014-06-04 11:32:48,947 INFO [Thread-2] ct.controller.APIControl: serialEvent(): data available; receiving data...
  14. 2014-06-04 11:32:48,950 DEBUG [Thread-2] ct.controller.APIControl: serialEvent(): data successfully received
  15. 2014-06-04 11:32:48,950 DEBUG [Thread-2] ct.controller.APIControl: parseSerialData(): parsing serial data...
  16. 2014-06-04 11:32:48,950 ERROR [Thread-2] ct.controller.APIControl: parseSerialData(): illegal recieved array size (32); data discarded
  17. 2014-06-04 11:33:18,978 INFO [Thread-2] ct.controller.APIControl: serialEvent(): data available; receiving data...
  18. 2014-06-04 11:33:18,990 DEBUG [Thread-2] ct.controller.APIControl: serialEvent(): data successfully received
  19. 2014-06-04 11:33:18,991 DEBUG [Thread-2] ct.controller.APIControl: parseSerialData(): parsing serial data...
  20. 2014-06-04 11:33:18,991 ERROR [Thread-2] ct.controller.APIControl: parseSerialData(): illegal recieved array size (32); data discarded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement