please help me in USB

Submitted by jabalingit on

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