Git Product home page Git Product logo

Comments (1)

AlvinAlvin82 avatar AlvinAlvin82 commented on July 17, 2024

More info about my problem:

  1. It is a random problem
  2. I've bought a pre-assembled version (i don't think it is an hardware related problem)
  3. I've obtained the following result with an strace
...
12:19:45 read(3, "\f", 1)               = 1
12:19:45 write(3, "\0", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\3", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\3", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\0", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "!\0\0", 3)           = 3
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 1 (in [3], left {tv_sec=11, tv_usec=984696})
12:19:45 read(3, "\0", 1)               = 1
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 1 (in [3], left {tv_sec=11, tv_usec=999998})
12:19:45 read(3, "\3", 1)               = 1
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 1 (in [3], left {tv_sec=11, tv_usec=999998})
12:19:45 read(3, "\1", 1)               = 1
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 1 (in [3], left {tv_sec=11, tv_usec=999998})
12:19:45 read(3, "\0", 1)               = 1
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 1 (in [3], left {tv_sec=11, tv_usec=999998})
12:19:45 read(3, "\0", 1)               = 1
12:19:45 write(3, "\0", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\2", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\2", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "\0", 1)              = 1
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 write(3, "!\0", 2)             = 2
12:19:45 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:45 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 0 (Timeout)
12:19:57 write(1, "Warning: waiting for serial read"..., 58) = 58
12:19:57 write(1, "ERROR, P1OUT not cleared.\n", 26) = 26
12:19:57 write(3, "\0", 1)              = 1
12:19:57 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:57 write(3, "\3", 1)              = 1
12:19:57 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:57 write(3, "\3", 1)              = 1
12:19:57 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:57 write(3, "\0", 1)              = 1
12:19:57 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:57 write(3, "!\0\1", 3)           = 3
12:19:57 select(4, [], [3], [], NULL)   = 1 (out [3])
12:19:57 select(4, [3], [], [], {tv_sec=12, tv_usec=0}) = 0 (Timeout)
12:20:09 write(1, "Warning: waiting for serial read"..., 58) = 58
12:20:09 write(3, "\0", 1)              = 1
...
  1. I'm using the latest facedancer firmware version and Kali as OS

from goodfet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.