Suppress echo from printer

master
kliment 2011-05-24 10:22:39 +02:00
parent 34204899e6
commit d088e2d36f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if __name__ == '__main__':
tfilename=os.path.basename(sys.argv[1])
print "Uploading: "+filename," as "+dosify(tfilename)
p=printcore.printcore('/dev/ttyUSB0',115200)
p.loud=True
p.loud=False
time.sleep(2)
blupload(p,tfilename,filename)