Giter VIP home page Giter VIP logo

Comments (5)

wavesoft avatar wavesoft commented on May 25, 2024

Hello @ilhangrn ,
it looks like the script cannot locate an arduino with a CCLib_proxy sketch flashed to it. Please make sure to:

  1. Have the correct firmware flashed to your arduino
  2. Ensure that /dev/ttyUSB0 is the correct port were it exposes the serial interface (could be /dev/ttyACM0 for example).

from cclib.

wavesoft avatar wavesoft commented on May 25, 2024

Hey @ilhangrn , I just pushed a version that performs auto-detection on the serial ports (if you don't specify the -p argument). Can you check-out the latest master a look again?

from cclib.

ilhangrn avatar ilhangrn commented on May 25, 2024

Hi, I did what you said. it is connected to ttyUSB0. As a result it is staying on INFO: checking /dev/ttyUSB0. is there something is not wroten on readme ?

from cclib.

ilhangrn avatar ilhangrn commented on May 25, 2024

hi @wavesoft i convert your codes to c# project. Now i can read any where on memory and i can take id and serial, read-write config. But i could not write with writeXDATA and writeCODE. Do you know what can be problem in this issue ?

from cclib.

ilhangrn avatar ilhangrn commented on May 25, 2024

i passed to python again, it was not working. Then i removed outodetect. It was not enough. Program could not pass over readframe. i changed if and elif comparison as if ord(status) == ANS_ERROR: and elif ord(status) != ANS_OK: After that i removed print(self.readFrame(raiseException)) part on sendFrame. Now it is working for CC2530. But it is very slow. is there any way to get fast ?

from cclib.

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.