Advertisement
tthtlc

How to use the bus pirate?

Aug 8th, 2013
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1.  
  2. minicom -s
  3.  
  4. Welcome to minicom 2.5
  5.  
  6. OPTIONS: I18n
  7. Compiled on May 2 2011, 00:39:27.
  8. Port /dev/ttyUSB0
  9.  
  10. Press CTRL-A Z for help on special keys
  11.  
  12.  
  13. HiZ>AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
  14. AUX HIGH
  15. Syntax error at char 2
  16. HiZ>i
  17. Bus Pirate v3b
  18. Firmware v5.10 (r559) Bootloader v4.4
  19. DEVID:0x0447 REVID:0x3043 (24FJ64GA002 B5)
  20. http://dangerousprototypes.com
  21. HiZ>m
  22. 1. HiZ
  23. 2. 1-WIRE
  24. 3. UART
  25. 4. I2C
  26. 5. SPI
  27. 6. 2WIRE
  28. 7. 3WIRE
  29. 8. LCD
  30. 9. DIO
  31. x. exit(without change)
  32.  
  33. LCD>w
  34. Power supplies OFF
  35. LCD>W
  36. Power supplies ON
  37. LCD>w
  38. Power supplies OFF
  39. LCD>W
  40. Power supplies ON
  41. LCD>v
  42. Pinstates:
  43. 1.(BR) 2.(RD) 3.(OR) 4.(YW) 5.(GN) 6.(BL) 7.(PU) 8.(GR) 9.(WT) 0.(Blk)
  44. GND 3.3V 5.0V ADC VPU AUX SCL SDA - -
  45. P P P I I I O O O I
  46. GND 3.30V 4.94V 0.00V 0.00V L L L L L
  47. LCD>(0)
  48. 0.Macro menu
  49. 1.LCD Reset
  50. 2.Init LCD
  51. 3.Clear LCD
  52. 4.Cursor position ex:(4) 0
  53. 6.Write test numbers ex:(6) 80
  54. 7.Write test characters ex:(7) 80
  55.  
  56. LCD>(2)
  57. RESET
  58. Display lines:
  59. 1. 1
  60. 2. Multiple
  61.  
  62. (2)>1
  63. INIT
  64.  
  65. LCD>(2)
  66. RESET
  67. Display lines:
  68. 1. 1
  69. 2. Multiple
  70.  
  71. (2)>2
  72. INIT
  73.  
  74. LCD>"This is claire!!!!"
  75. WRITE: "This is claire!!!!"
  76. LCD>"This is claire!!!!"
  77. WRITE: "This is claire!!!!"
  78. LCD>?
  79. General Protocol interaction
  80. ---------------------------------------------------------------------------
  81. ? This help (0) List current macros
  82. =X/|X Converts X/reverse X (x) Macro x
  83. ~ Selftest [ Start
  84. # Reset ] Stop
  85. $ Jump to bootloader { Start with read
  86. &/% Delay 1 us/ms } Stop
  87. a/A/@ AUXPIN (low/HI/READ) "abc" Send string
  88. b Set baudrate 123
  89. c/C AUX assignment (aux/CS) 0x123
  90. d/D Measure ADC (once/CONT.) 0b110 Send value
  91. f Measure frequency r Read
  92. g/S Generate PWM/Servo / CLK hi
  93. h Commandhistory \ CLK lo
  94. i Versioninfo/statusinfo ^ CLK tick
  95. l/L Bitorder (msb/LSB) - DAT hi
  96. m Change mode _ DAT lo
  97. o Set output type . DAT read
  98. p/P Pullup resistors (off/ON) ! Bit read
  99. s Script engine : Repeat e.g. r:10
  100. v Show volts/states . Bits to read/write e.g. 0x55.2
  101. w/W PSU (off/ON) <x>/<x= >/<0> Usermacro x/assign x/list all
  102. LCD>$
  103. Are you sure? y
  104. BOOTLOADER
  105. BL4+BL4+BL4+BL4+BL4+BL4+BL4+BL4+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement