Difference between revisions of "Bus pirate"

From Fixme.ch
Jump to: navigation, search
(Created page with "-- connection -- 1) do a dmesg to find which tty the bus pirate is connected to 2) do a screen /dev/buspirate 115200 8N1 - hint: check if you have the write and read right on t...")
 
Line 1: Line 1:
-- connection --
+
== Connection ==
1) do a dmesg to find which tty the bus pirate is connected to
+
# do a dmesg to find which tty the bus pirate is connected to
2) do a
+
# check if you have the write and read right on the tty before you connect to it
screen /dev/buspirate 115200 8N1
+
# do a screen /dev/buspirate 115200 8N1
- hint: check if you have the write and read right on the tty before you connect to it
+
# you will be prompt with a nice prompt.
3) you will be prompt with a nice prompt.
+

Revision as of 22:14, 12 September 2012

Connection

  1. do a dmesg to find which tty the bus pirate is connected to
  2. check if you have the write and read right on the tty before you connect to it
  3. do a screen /dev/buspirate 115200 8N1
  4. you will be prompt with a nice prompt.