Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoyang Feng committed Jan 19, 2016
1 parent 5b97d27 commit 699fa90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Check Printer Status `lpstat -p -d`
Print Txt File `lp -d Thermal_Label_Printer xxxx.txt`

### Linux (Setup using Raspberry Pi)
1. The printer uses a WinBond CDC USB chip, so linux mounts it automatically as /dev/usb/lp0.
2. $ sudo chmod a+rw /dev/usb/lp0
3. $ echo 'Testing 1 2 3' > /dev/usb/lp0
1. The printer uses a WinBond CDC USB chip, so linux mounts it automatically as `/dev/usb/lp0`.
2. $ `sudo chmod a+rw /dev/usb/lp0`
3. $ `echo 'Testing 1 2 3' > /dev/usb/lp0`

0 comments on commit 699fa90

Please sign in to comment.