Skip to content

Commit

Permalink
Merge pull request #185 from nickcharlton/add-samba-to-readme
Browse files Browse the repository at this point in the history
Add Samba printing to the README
  • Loading branch information
lukevp authored Aug 18, 2022
2 parents bbdc467 + 534ace4 commit 56fe608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ var printer = new SerialPrinter(portName: "COM5", baudRate: 115200);

// Linux output to USB / Serial file
var printer = new FilePrinter(filePath: "/dev/usb/lp0");

// Samba
var printer = new SambaPrinter(tempFileBasePath: @"C:\Temp", filePath: "\\computer\printer");
```
## Step 1a (optional): Monitor for Events - out of paper, cover open...
```csharp
Expand Down

0 comments on commit 56fe608

Please sign in to comment.