Giter Club home page Giter Club logo

Comments (4)

ihewitt avatar ihewitt commented on August 31, 2024

Hi, yes the usb code needs a lot more error checking built in at the moment it assumes everything works. :)
Sounds like you just need to sort out your usb permissions, add:
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0403" ATTRS{idProduct}=="8b30" MODE:="0666"
to your udev rules file, and see if it works then.

In the meantime I'll get the error conditions saner than crashing.

from poolviewer.

ihewitt avatar ihewitt commented on August 31, 2024

Ignore that, remembered while out cycling it's just a serial device you need to permission.
probably just a case of adding your userid into the dialout group.

when you've modprobe'd the ftdio device, done the echo into ftdio_sio, check dmesg to see which device the driver has created e.g.:
FTDI USB Serial Device converter now attached to ttyUSB0

then check the group for that device: ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Oct 18 17:55 /dev/ttyUSB0

then make sure your userid is in that group.

from poolviewer.

ihewitt avatar ihewitt commented on August 31, 2024

Helpful error messages should now be displayed instead of crashing.

from poolviewer.

ballinger avatar ballinger commented on August 31, 2024

thanks for the reply this seems to be resolved

from poolviewer.

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.