Advertisement
Guest User

srwalter

a guest
Nov 28th, 2009
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. tester version 0.03
  2. Parsing command list file tester.dat
  3. Opening COM1
  4. DCB paramaters:
  5. DCBlength=28
  6. BaudRate=38400
  7. fBinary=1
  8. fParity=0
  9. fOutxCtsFlow=0
  10. fOutxDsrFlow=0
  11. fDtrControl=1
  12. fDsrSensitivity=0
  13. fTXContinueOnXoff=0
  14. fOutX=1
  15. fInX=0
  16. fErrorChar=0
  17. fNull=0
  18. fRtsControl=1
  19. fAbortOnError=0
  20. fDummy2=0
  21. wReserved=0
  22. XonLim=10
  23. XoffLim=10
  24. ByteSize=8
  25. Parity=0
  26. StopBits=0
  27. XonChar=17
  28. XoffChar=19
  29. ErrorChar=-1
  30. EofChar=4
  31. EvtChar=0
  32. wReserved1=0
  33. CLRRTS
  34. CLRDTR
  35. SETDTR
  36. SETBREAK
  37. CLRBREAK
  38. Purging RX and TX buffers
  39. Reading up to 20 bytes to flush out spurious data
  40. Didn't get any spurious data
  41. Sending tEst command (45h)
  42. Reading up to 20 bytes of response
  43. Got no response
  44. CLRDTR
  45. SETDTR
  46. SETRTS
  47. CLRRTS
  48. Purging RX and TX buffers
  49. Reading up to 20 bytes to flush out spurious data
  50. Didn't get any spurious data
  51. Sending tEst command (45h)
  52. Reading up to 20 bytes of response
  53. Got no response
  54. SETBREAK
  55. SETRTS
  56. CLRRTS
  57. CLRBREAK
  58. Purging RX and TX buffers
  59. Reading up to 20 bytes to flush out spurious data
  60. Didn't get any spurious data
  61. Sending tEst command (45h)
  62. Reading up to 20 bytes of response
  63. Got no response
  64. Opening COM2
  65. err:comm:get_baud_rate tcgetattr error 'Input/output error'
  66. Error getting comm state: Error 21: Not ready
  67.  
  68. Opening COM3
  69. err:comm:get_baud_rate tcgetattr error 'Input/output error'
  70. Error getting comm state: Error 21: Not ready
  71.  
  72. Opening COM4
  73. err:comm:get_baud_rate tcgetattr error 'Input/output error'
  74. Error getting comm state: Error 21: Not ready
  75.  
  76. Opening COM5
  77. Opening COM6
  78. Opening COM7
  79. Opening COM8
  80. Opening COM9
  81. Unable to connect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement