fork download
  1. scantool/set> interface DUMB /dev/ttyUSB0
  2. interface is now DUMB on /dev/ttyUSB0
  3. Note concerning generic (dumb) interfaces : there are additional
  4. options which can be set with "set dumbopts". By default
  5. "K-line only" and "MAN_BREAK" are set.
  6. Setting default dumb options.
  7. scantool/set> up
  8. scantool> scan
  9.  
  10. Trying SAEJ1850-VPW:
  11. diag_l1.c:117: Protocol not supported by H/W.
  12. diag_l2.c:266: Protocol not supported by H/W.
  13. scantool.c:731: Protocol not supported by H/W.
  14. scantool.c:830: Unspecified Error.
  15. SAEJ1850-VPW Failed!
  16.  
  17. Trying SAEJ1850-PWM:
  18. diag_l1.c:117: Protocol not supported by H/W.
  19. diag_l2.c:266: Protocol not supported by H/W.
  20. scantool.c:731: Protocol not supported by H/W.
  21. scantool.c:830: Unspecified Error.
  22. SAEJ1850-PWM Failed!
  23.  
  24. Trying ISO14230_FAST:
  25. diag_l1.c:259: Unspecified Error.
  26. diag_l2_iso14230.c:940: Unspecified Error.
  27. diag_l2_iso14230.c:726: Unspecified Error.
  28. diag_l2.c:464: Unspecified Error.
  29. scantool.c:741: l2_common_start: l2_StartComm failed
  30. scantool.c:809: Unspecified Error.
  31. ISO14230_FAST Failed!
  32.  
  33. Trying ISO9141:
  34. diag_l0_dumb.c:552: L0 initbus failed with -8
  35. diag_l0_dumb.c:553: Read/Write timeout.
  36. diag_l2.c:689: Read/Write timeout.
  37. diag_l2_iso9141.c:107: Read/Write timeout.
  38. diag_l2_iso9141.c:260: Read/Write timeout.
  39. diag_l2.c:464: Read/Write timeout.
  40. scantool.c:741: l2_common_start: l2_StartComm failed
  41. scantool.c:779: Unspecified Error.
  42. ISO9141 Failed!
  43.  
  44. Trying ISO14230_SLOW:
  45. diag_l0_dumb.c:552: L0 initbus failed with -8
  46. diag_l0_dumb.c:553: Read/Write timeout.
  47. diag_l2.c:689: Read/Write timeout.
  48. diag_l2_iso14230.c:726: Read/Write timeout.
  49. diag_l2.c:464: Read/Write timeout.
  50. scantool.c:741: l2_common_start: l2_StartComm failed
  51. scantool.c:809: Unspecified Error.
  52. ISO14230_SLOW Failed!
  53. scantool.c:1606: Unspecified Error.
  54. Connection to ECU failed
  55. Please check :-
  56. Adapter is connected to PC
  57. Cable is connected to Vehicle
  58. Vehicle is switched on
  59. Vehicle is OBDII compliant
  60.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
scantool/set> interface DUMB /dev/ttyUSB0
^
Main.java:1: error: '{' expected
scantool/set> interface DUMB /dev/ttyUSB0
                            ^
Main.java:2: error: '{' expected
interface is now DUMB on /dev/ttyUSB0
            ^
Main.java:59: error: reached end of file while parsing
        Vehicle is OBDII compliant
                                  ^
4 errors
stdout
Standard output is empty