Add description of bluetooth printer emulation. - rfcommd - RFCOMM daemon to ru… | |
git clone git://bitreich.org/rfcommd/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit c9f69807d4ddec18407493a8065706ae420c00e4 | |
parent 107a84c50e32c5cf27dc37b9375c25211d764d18 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 25 Mar 2022 19:25:44 +0100 | |
Add description of bluetooth printer emulation. | |
Diffstat: | |
M README.md | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -11,6 +11,11 @@ The rfcomm daemon will offer some rfcomm service for any dev… | |
on the id of the device, users can run different scripts, daemons or | |
filters for serial link output. | |
+This can be used in the most simple case to emulate some bluetooth | |
+printer, bluetooth-capable printing clients connect to, where the piped | |
+format is simply outputted to lpr(1). See the spirofilter script for how | |
+this can be done. | |
+ | |
## Installation | |
$ make |