Submitted by jabalingit on Wed, 01/07/2009 - 10:41 how to use USB printer? i used parallel before and this is my code: Open "Lpt1" For Output As #1 Print #1, "MyString" Close #1 it is not work on USB i also try to change "Lpt1" to "USB001" but also didnt work:-( thanks please help 20 views