Difference between revisions of "Bus pirate"
From Fixme.ch
Line 4: | Line 4: | ||
# do a screen /dev/buspirate 115200 8N1 | # do a screen /dev/buspirate 115200 8N1 | ||
# you will be prompt with a nice prompt. | # you will be prompt with a nice prompt. | ||
+ | # If you still don't have a prompt, type enter, you will have a shell. |
Revision as of 20:24, 12 September 2012
Connection
- do a dmesg to find which tty the bus pirate is connected to
- check if you have the write and read right on the tty before you connect to it
- do a screen /dev/buspirate 115200 8N1
- you will be prompt with a nice prompt.
- If you still don't have a prompt, type enter, you will have a shell.