Skip to content

Instantly share code, notes, and snippets.

@stema12
Created July 30, 2016 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stema12/2ecca81e537ce37a8a375a60ed1b0a25 to your computer and use it in GitHub Desktop.
Save stema12/2ecca81e537ce37a8a375a60ed1b0a25 to your computer and use it in GitHub Desktop.
2016-07-30 14:30:42,848 - SERIAL - DEBUG - Enabling serial logging
2016-07-30 14:32:47,657 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Detecting serial port'
2016-07-30 14:32:47,662 - SERIAL - DEBUG - Connecting to: /dev/ttyACM0
2016-07-30 14:32:47,662 - SERIAL - DEBUG - Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
2016-07-30 14:32:47,663 - SERIAL - DEBUG - Connected to: Serial<id=0x7f00587ad1d0, open=True>(port='/dev/ttyACM0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:32:47,663 - SERIAL - DEBUG - Starting baud rate detection
2016-07-30 14:32:47,663 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Detecting baudrate'
2016-07-30 14:32:47,675 - SERIAL - DEBUG - Trying baudrate: 250000
2016-07-30 14:32:47,683 - SERIAL - DEBUG - Changing monitoring state from 'Detecting baudrate' to 'Offline'
2016-07-30 14:32:48,742 - SERIAL - DEBUG - Connecting to: /dev/ttyACM1
2016-07-30 14:32:48,743 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Opening serial port'
2016-07-30 14:32:48,743 - SERIAL - DEBUG - Connected to: Serial<id=0x7f00587d9ed0, open=True>(port='/dev/ttyACM1', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:32:48,744 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Connecting'
2016-07-30 14:32:48,744 - SERIAL - DEBUG - Send: N0 M110 N0*125
2016-07-30 14:32:48,945 - SERIAL - DEBUG - Recv: e1
2016-07-30 14:32:49,756 - SERIAL - DEBUG - Changing monitoring state from 'Connecting' to 'Operational'
2016-07-30 14:32:49,757 - SERIAL - DEBUG - Send: N0 M110 N0*125
2016-07-30 14:32:49,760 - SERIAL - DEBUG - Recv: ok REPETIER_PROTOCOL:2 FIRMWARE_NAME:Micro3D FIRMWARE_VERSION:2016040401 MACHINE_TYPE:The_Micro X-SERIAL_NUMBER:BK16050201050035
2016-07-30 14:32:49,760 - SERIAL - DEBUG - Send: N1 M117*37
2016-07-30 14:32:49,763 - SERIAL - DEBUG - Recv: ok 1
2016-07-30 14:32:49,763 - SERIAL - DEBUG - Send: N2 M114*37
2016-07-30 14:32:57,684 - SERIAL - DEBUG - Recv: ?
2016-07-30 14:32:57,685 - SERIAL - DEBUG - Connection closed, closing down monitor
2016-07-30 14:33:21,918 - SERIAL - DEBUG - Communication timeout while idle, trying to trigger response from printer. Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves.
2016-07-30 14:33:21,918 - SERIAL - DEBUG - Send: N3 M619 S12 T4*30
2016-07-30 14:33:59,534 - SERIAL - DEBUG - Changing monitoring state from 'Operational' to 'Offline'
2016-07-30 14:34:08,839 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Detecting serial port'
2016-07-30 14:34:08,843 - SERIAL - DEBUG - Connecting to: /dev/ttyACM1
2016-07-30 14:34:08,843 - SERIAL - DEBUG - Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
2016-07-30 14:34:08,843 - SERIAL - DEBUG - Connected to: Serial<id=0x7f00587d5150, open=True>(port='/dev/ttyACM1', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:34:08,843 - SERIAL - DEBUG - Starting baud rate detection
2016-07-30 14:34:08,844 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Detecting baudrate'
2016-07-30 14:34:08,855 - SERIAL - DEBUG - Trying baudrate: 250000
2016-07-30 14:34:08,856 - SERIAL - DEBUG - Recv: e1
2016-07-30 14:34:08,858 - SERIAL - DEBUG - Changing monitoring state from 'Detecting baudrate' to 'Offline'
2016-07-30 14:34:08,864 - SERIAL - DEBUG - Connection closed, closing down monitor
2016-07-30 14:34:10,909 - SERIAL - DEBUG - Connecting to: /dev/ttyACM1
2016-07-30 14:34:10,910 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Opening serial port'
2016-07-30 14:34:10,910 - SERIAL - DEBUG - Connected to: Serial<id=0x7f00587e1810, open=True>(port='/dev/ttyACM1', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:34:10,910 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Connecting'
2016-07-30 14:34:10,911 - SERIAL - DEBUG - Send: N0 M110 N0*125
2016-07-30 14:34:10,913 - SERIAL - DEBUG - Unexpected error while writing to serial port: SerialException: 'write failed: [Errno 5] Input/output error' @ comm.py:_do_send_without_checksum:2031
2016-07-30 14:34:10,913 - SERIAL - DEBUG - Changing monitoring state from 'Connecting' to 'Offline: SerialException: 'write failed: [Errno 5] Input/output error' @ comm.py:_do_send_without_checksum:2031'
2016-07-30 14:37:19,287 - SERIAL - DEBUG - Enabling serial logging
2016-07-30 14:37:37,495 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Detecting serial port'
2016-07-30 14:37:37,501 - SERIAL - DEBUG - Connecting to: /dev/ttyACM0
2016-07-30 14:37:37,501 - SERIAL - DEBUG - Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
2016-07-30 14:37:37,501 - SERIAL - DEBUG - Connected to: Serial<id=0x7f7e2c93bcd0, open=True>(port='/dev/ttyACM0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:37:37,501 - SERIAL - DEBUG - Starting baud rate detection
2016-07-30 14:37:37,501 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Detecting baudrate'
2016-07-30 14:37:37,513 - SERIAL - DEBUG - Trying baudrate: 250000
2016-07-30 14:37:37,516 - SERIAL - DEBUG - Changing monitoring state from 'Detecting baudrate' to 'Offline'
2016-07-30 14:37:37,517 - SERIAL - DEBUG - Connection closed, closing down monitor
2016-07-30 14:37:38,546 - SERIAL - DEBUG - Connecting to: /dev/ttyACM1
2016-07-30 14:37:38,547 - SERIAL - DEBUG - Changing monitoring state from 'Offline' to 'Opening serial port'
2016-07-30 14:37:38,547 - SERIAL - DEBUG - Connected to: Serial<id=0x7f7e2c844390, open=True>(port='/dev/ttyACM1', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2016-07-30 14:37:38,547 - SERIAL - DEBUG - Changing monitoring state from 'Opening serial port' to 'Connecting'
2016-07-30 14:37:38,548 - SERIAL - DEBUG - Send: N0 M110 N0*125
2016-07-30 14:37:38,751 - SERIAL - DEBUG - Recv: e1
2016-07-30 14:37:39,560 - SERIAL - DEBUG - Changing monitoring state from 'Connecting' to 'Operational'
2016-07-30 14:37:39,561 - SERIAL - DEBUG - Send: N0 M110 N0*125
2016-07-30 14:37:39,564 - SERIAL - DEBUG - Recv: ok REPETIER_PROTOCOL:2 FIRMWARE_NAME:Micro3D FIRMWARE_VERSION:2016040401 MACHINE_TYPE:The_Micro X-SERIAL_NUMBER:BK16050201050035
2016-07-30 14:37:39,565 - SERIAL - DEBUG - Send: N1 M117*37
2016-07-30 14:37:39,567 - SERIAL - DEBUG - Recv: ok 1
2016-07-30 14:37:39,567 - SERIAL - DEBUG - Send: N2 M114*37
2016-07-30 14:38:09,728 - SERIAL - DEBUG - Communication timeout while idle, trying to trigger response from printer. Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves.
2016-07-30 14:38:09,729 - SERIAL - DEBUG - Send: N3 M619 S12 T4*30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment