Giter VIP home page Giter VIP logo

rxtx's Introduction

RXTX 2.2

Latest update with upstream: 2012-01-08

This fork of RXTX patches the upstream sources to introduce the following fixes:

  • support to linux ttyACM* devices
  • reduced latency (thanks @neophob)
  • faster ports listing on Windows boxes with some particular hardware (Bluetooth) configurations (thanks eried from the forum)

Upgrading the source code

Check it out from CVS with the commands

export CVSROOT=:pserver:[email protected]:/var/cvs/cvsroot
cvs login # (then hit return)
cvs checkout -r commapi-0-0-1 rxtx-devel

Compiling on linux

Have the necessary tools in place: on debian/ubuntu apt-get install build-essentials should suffice. Then, in the repo folder, run:

mkdir build
../configure
make

and get the resulting files: they should be in folder YOUR_ARCH/.libs/.

If you are using a 64 bit Linux, you can produce 32 bit binaries too: run apt-get install gcc-multilib then run

mkdir build
CFLAGS="-m32" ../configure
make

Compiling on windows

Have the necessary tools in place. These are:

After you have cloned the repo, run:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools>vsvars32.bat
Set­ting envi­ron­ment for using Microsoft Visual Studio 2010 x86 tools.
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools>cd C:\RXTX\

C:\RXTX> mkdir build
C:\RXTX> copy Makefile.msvc build\Makefile
C:\RXTX> cd build
C:\RXTX\build> set path=%PATH%;"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin"

Then edit Makefile and correct path variables, in particular: JAVA_HOME, JUNIT_JAR, JAVAC, JAR, JAVAH, JAVA. Finally run:

C:\RXTX\build> nmake serial

Thanks to @neophob for his blog page.

Compiling on macosx

Have the necessary tools in place. These are:

Then, in a new terminal, clone the repo, cd into its folder, then:

mkdir build
cd build
rm -rf *
CFLAGS="-arch i386" LDFLAGS="-arch i386" sh ../configure
sed -e 's|/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../../../Headers|/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers|g' -i '' Makefile
sed -e 's|$(SHELL) glibtool|$(SHELL) glibtool --tag CC|g' -i '' Makefile
make

rxtx's People

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.