Coder Social home page Coder Social logo

arduino-serial's Issues

please add a __init__

please add a _init so the arduinoserial can be loaded from a subdit (e.g. a git submodule). It can be empty
I allready did so in my work, so I could push it if I would have writing access.

Kind regards,
Gerald

getting error message every time

Hi,

Am using your library with an arduino uno.
Have set baud rate same between arduino and my pc

Have made tiny change in arduinoserial.py as per below to get it to run on python3:
Line 116 was:
buf = buf + n

and is now
buf = buf + str(n)

but I always get this error:
File "/home/vince/ArduinoPython/arduinoserial.py", line 111, in read_until
n = os.read(self.fd, 1)
BlockingIOError: [Errno 11] Resource temporarily unavailable

I'm sure that the arduino is sending as I've tried the serialmonitor on it

Any ideas?
Vince

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.