lsgunth / pyft232

Python bindings to d2xx and libftdi to access FT232 chips with the same interface as pyserial
GNU Lesser General Public License v2.1
11 stars 11 forks source link

bug in README.md #6

Closed JBSchueler closed 6 years ago

JBSchueler commented 6 years ago

serial is changed to serial_number except in line 25

print("Unable to open the ftdi device: %s" % serial)

should be

print( "Unable to open the ftdi device: %s" % serial_number )
lsgunth commented 6 years ago

Fixed. Thanks!