0

I need a tutorial or perhaps more on using Python to print data from a PARALLEL port. Any ideas?

Thanks.

2
  • 2
    The first hit on Google revealed pyserial.sourceforge.net/pyparallel.html ; you could either use the library directly, or if the license is incompatible, you can still learn from their code. Alternatively you can use ctypes perhaps to load a native library. Commented Apr 18, 2011 at 21:54
  • @ninjagecko: It seems the actual code is missing - there's pyserial, but there's no parallel module within, even though it's mentioned in the "documentation". Commented Sep 21, 2015 at 14:05

2 Answers 2

1

The mentioned PyParallel package is now available on PyPI: https://pypi.python.org/pypi/pyparallel

I tested it successfully with GNU/Linux (Xubuntu 15.10) and Python 3.4.

Sign up to request clarification or add additional context in comments.

Comments

1

Have a look at pyserial. http://pyserial.sourceforge.net/ and examples: http://pyserial.sourceforge.net/examples.html

I have some more examples, just need to find them.

Edit: Sorry, I meant pyParallel http://pyserial.sourceforge.net/pyparallel.html

Some examples:

http://orionrobots.co.uk/PyParallel http://pyserial.svn.sourceforge.net/viewvc/pyserial/trunk/pyparallel/examples/lcd.py?revision=398&view=markup

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.