pyparallel and MAKE controller board for CRYDOM AC/DC switches

jepler at unpythonic.net jepler at unpythonic.net
Mon Oct 10 21:40:35 EDT 2005


Recalling the parallel pinout, pin 3 is data bit 2.  Have you tried
	def BIT(x): return 1<<x
	p.setData(BIT(2))
?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051010/37193a52/attachment.sig>


More information about the Python-list mailing list