Giter Club home page Giter Club logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
To solve this problem you must either run the program as root, add the current 
user to the group that /dev/ttyUSB0 belongs to (mine is 'dialout', although 
this didn't seem to work for me), or change permissions on the ttyUSB0 folder, 
although this may change once the computer is restarted/device unplugged

eg. chmod -R 777 /dev/ttyUSB0

I've found you need to give 7's (read, write, and execute) for it to work. But 
I am by no means an expert - if somebody has a better solution please feel free 
to correct me

Original comment by [email protected] on 28 Nov 2012 at 6:05

from java-simple-serial-connector.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I experienced the following with Ubuntu 12.10 (and also with 12.04 LTS):

On my system the culprit was modem-manager blocking the serial port after 
plugging in my FTDI (USB virtual serial) device. I got the "Port busy" 
exception for ~ 30 seconds. Then the port was accessible again. After a 
"apt-get purge modemmanger" everything is fine now. The port is accessible 
immediately after plugging the device.

Original comment by [email protected] on 28 Nov 2012 at 10:09

from java-simple-serial-connector.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
In case the problem was with COM1 AKA /dev/ttyS0

Using chmod -R 777 /dev/ttyS0 only solves the problem until reboot, because the 
permissions will be reset. 

using  "ls -l /dev/ttyS0" I found out that the user group "dialout" has 
permissions on the "file", so I just added my user to that group and my problem 
was solved

Hope this helps

Original comment by [email protected] on 6 Feb 2013 at 8:29

from java-simple-serial-connector.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I've resolved this problem with:

chmod -R 777 /dev/ttyS0

Thanks :)

Original comment by [email protected] on 22 Feb 2013 at 2:47

from java-simple-serial-connector.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024

Original comment by [email protected] on 11 Apr 2013 at 2:32

  • Changed state: Done

from java-simple-serial-connector.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
Hi every one, My name is Gopinath, i want connect weighbrige in ubuntu 10.04 
via the serial port. i want to read the weight using Java. please any one help 
me to do this.

Os: Ubuntu 10.04
Language : Java 1.7.0

Which library is easy to read, and how i can read the data, please assist me...


Thanks and Regards
Gopinath R

Original comment by [email protected] on 1 May 2013 at 7:15

from java-simple-serial-connector.

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.