On 1/1/2014 1:48 AM, Chris Angelico wrote:
On Wed, Jan 1, 2014 at 5:39 PM, Travis McGee wrote:
What OS? If Windows, did you install the -py3k version for 3.x?
Anyway, I finally got it installed, but when I try to use a statement of the
sort ser.write("string") I get an exception which seems
Travis McGee wrote:
> I've been working with a simple serial device that attaches to a USB
> port. It takes as commands short strings.
>
> I wanted to use PySerial under Python 3, and, of course had the Devil's
> own time getting it installed and working since everything is geared
> towards Pytho
On Wed, Jan 1, 2014 at 5:39 PM, Travis McGee wrote:
> Anyway, I finally got it installed, but when I try to use a statement of the
> sort ser.write("string") I get an exception which seems to imply that the
> argument needs to be an integer, rather than a string.
Quoting the full exception would
On Tue, Dec 31, 2013 at 10:39 PM, Travis McGee wrote:
> Anyway, I finally got it installed, but when I try to use a statement of the
> sort ser.write("string") I get an exception which seems to imply that the
> argument needs to be an integer, rather than a string.
You will get the most help if y
I've been working with a simple serial device that attaches to a USB
port. It takes as commands short strings.
I wanted to use PySerial under Python 3, and, of course had the Devil's
own time getting it installed and working since everything is geared
towards Python 2.
Anyway, I finally got