Advertisement
silver2row

The Serial Connection is not Connecting...

Sep 30th, 2020
1,799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.14 KB | None | 0 0
  1. Changing monitoring state from "Offline" to "Detecting serial connection"
  2. Performing autodetection with 12 port/baudrate candidates: /dev/ttyS5@115200, /dev/ttyS5@250000, /dev/ttyS4@115200, /dev/ttyS4@250000, /dev/ttyS3@115200, /dev/ttyS3@250000, /dev/ttyS2@115200, /dev/ttyS2@250000, /dev/ttyS1@115200, /dev/ttyS1@250000, /dev/ttyS0@115200, /dev/ttyS0@250000
  3. Trying port /dev/ttyS5, baudrate 115200
  4. Connecting to port /dev/ttyS5, baudrate 115200
  5. Handshake attempt #1 with timeout 2.0s
  6. Connected to: Serial<id=0xae8d5c10, open=True>(port='/dev/ttyS5', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=2.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
  7. Send: N0 M110 N0*125
  8. Handshake attempt #2 with timeout 2.0s
  9. Send: N0 M110 N0*125
  10. Handshake attempt #3 with timeout 2.0s
  11. Send: N0 M110 N0*125
  12. Trying port /dev/ttyS5, baudrate 250000
  13. Handshake attempt #1 with timeout 2.0s
  14. Send: N0 M110 N0*125
  15. Handshake attempt #2 with timeout 2.0s
  16. Send: N0 M110 N0*125
  17. Handshake attempt #3 with timeout 2.0s
  18. Send: N0 M110 N0*125
  19. Trying port /dev/ttyS4, baudrate 115200
  20. Connecting to port /dev/ttyS4, baudrate 115200
  21. Handshake attempt #1 with timeout 2.0s
  22. Send: N0 M110 N0*125
  23. Handshake attempt #2 with timeout 2.0s
  24. Send: N0 M110 N0*125
  25. Handshake attempt #3 with timeout 2.0s
  26. Send: N0 M110 N0*125
  27. Trying port /dev/ttyS4, baudrate 250000
  28. Handshake attempt #1 with timeout 2.0s
  29. Send: N0 M110 N0*125
  30. Handshake attempt #2 with timeout 2.0s
  31. Send: N0 M110 N0*125
  32. Handshake attempt #3 with timeout 2.0s
  33. Send: N0 M110 N0*125
  34. Trying port /dev/ttyS3, baudrate 115200
  35. Connecting to port /dev/ttyS3, baudrate 115200
  36. Handshake attempt #1 with timeout 2.0s
  37. Send: N0 M110 N0*125
  38. Handshake attempt #2 with timeout 2.0s
  39. Send: N0 M110 N0*125
  40. Handshake attempt #3 with timeout 2.0s
  41. Send: N0 M110 N0*125
  42. Trying port /dev/ttyS3, baudrate 250000
  43. Handshake attempt #1 with timeout 2.0s
  44. Send: N0 M110 N0*125
  45. Handshake attempt #2 with timeout 2.0s
  46. Send: N0 M110 N0*125
  47. Handshake attempt #3 with timeout 2.0s
  48. Send: N0 M110 N0*125
  49. Trying port /dev/ttyS2, baudrate 115200
  50. Connecting to port /dev/ttyS2, baudrate 115200
  51. Handshake attempt #1 with timeout 2.0s
  52. Send: N0 M110 N0*125
  53. Handshake attempt #2 with timeout 2.0s
  54. Send: N0 M110 N0*125
  55. Handshake attempt #3 with timeout 2.0s
  56. Send: N0 M110 N0*125
  57. Trying port /dev/ttyS2, baudrate 250000
  58. Handshake attempt #1 with timeout 2.0s
  59. Send: N0 M110 N0*125
  60. Handshake attempt #2 with timeout 2.0s
  61. Send: N0 M110 N0*125
  62. Handshake attempt #3 with timeout 2.0s
  63. Send: N0 M110 N0*125
  64. Trying port /dev/ttyS1, baudrate 115200
  65. Connecting to port /dev/ttyS1, baudrate 115200
  66. Handshake attempt #1 with timeout 2.0s
  67. Send: N0 M110 N0*125
  68. Handshake attempt #2 with timeout 2.0s
  69. Send: N0 M110 N0*125
  70. Handshake attempt #3 with timeout 2.0s
  71. Send: N0 M110 N0*125
  72. Trying port /dev/ttyS1, baudrate 250000
  73. Handshake attempt #1 with timeout 2.0s
  74. Send: N0 M110 N0*125
  75. Handshake attempt #2 with timeout 2.0s
  76. Send: N0 M110 N0*125
  77. Handshake attempt #3 with timeout 2.0s
  78. Send: N0 M110 N0*125
  79. Trying port /dev/ttyS0, baudrate 115200
  80. Connecting to port /dev/ttyS0, baudrate 115200
  81. Unexpected error while connecting to serial port /dev/ttyS0, baudrate 115200 from hook default: SerialException: '[Errno 13] could not open port /dev/ttyS0: [Errno 13] Permission denied: '/dev/ttyS0'' @ comm.py:_open_serial:2784
  82. Could not open port /dev/ttyS0, baudrate 115200, skipping
  83. Trying port /dev/ttyS0, baudrate 250000
  84. Connecting to port /dev/ttyS0, baudrate 250000
  85. Unexpected error while connecting to serial port /dev/ttyS0, baudrate 250000 from hook default: SerialException: '[Errno 13] could not open port /dev/ttyS0: [Errno 13] Permission denied: '/dev/ttyS0'' @ comm.py:_open_serial:2784
  86. Could not open port /dev/ttyS0, baudrate 250000, skipping
  87. Changing monitoring state from "Detecting serial connection" to "Error: No more candidates to test, and no working port/baudrate combination detected."
  88. Changing monitoring state from "Error: No more candidates to test, and no working port/baudrate combination detected." to "Offline (Error: No more candidates to test, and no working port/baudrate combination detected.)"
  89. Connection closed, closing down monitor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement