2005-07-18から1日間の記事一覧

Pyparallel

Parallel Port Module for Python http://pyserial.sourceforge.net/pyparallel.htmlUsage import parallel p = parallel.Parallel() #open LPT1 p.setData(0x55) p.setData(data)The argument, data, is expressed in hex format (length = 8bit).

Quadratic Programming

Here is the tips to install the QP module of Python.Download the qp-numpy from here: http://www.danbbs.dk/~kibria/software.html#qpnumpyThen edit the Makefile as following since make returns the error something like,Error: gcc -shared qld.o…