#author("2017-07-20T12:31:04+00:00","default:admin","admin")
#author("2017-07-20T12:33:00+00:00","default:admin","admin")
-[[CUPS:https://wiki.archlinuxjp.org/index.php/CUPS]]

-[[TM/BAシリーズ プリンタードライバー for Linux ドライバーマニュアル:https://download.delfi.com/SupportDL/Epson/Manuals/TM-T88V/Drivers/LINUX/tmx-cups/manual/TmxDriverManual.ja.html]]

-[[SambaとCUPSと各種プリンター(CUPS・プリンタ編):http://qiita.com/yyano/items/e0c27eda5d8e70de66e0]]

-[[Thermal Printer driver for CUPS, Linux, and Raspberry Pi: zj-58:http://scruss.com/blog/2015/07/12/thermal-printer-driver-for-cups-linux-and-raspberry-pi-zj-58/]]

-[[searching kiosk/vending machine printer:https://www.raspberrypi.org/forums/viewtopic.php?f=45&t=108371]]
-[[Mini Thermal Receipt Printer:https://www.adafruit.com/product/597]]

-[[Linux Printer Driver - EPSON:https://download.epson-biz.com/modules/pos/index.php?page=soft&pcat=3&scat=32]]

*設定 [#y91a3be3]
-[[【Linux入門】しっかりわかる!プリンタ管理と印刷コマンド:https://eng-entrance.com/linux-printer-cups]]

*CUPS [#sded39f5]
-[[CUPS 印刷システムって?:http://ayufishing.blog.fc2.com/blog-entry-8.html]]

**ファイル [#l4fedf78]
-設定ファイル ... /etc/cups/cupsd.conf
-ライブラリ ... /usr/lib/cups
-ドライバ ... /usr/share/cups
-ログ
--/var/log/cups/access_log ... CUPSの管理画面(http://localhost:631)のアクセスログ
--/var/log/cups/error_log ...

**フィルタ [#u90cae97]
だいたいこの4stepで印刷される
-texttopdf
-pdftopdf
-gstoraster
-rasterto[****] ... プリンタ専用フィルタ(=ドライバドライバ)
-rasterto[****] ... プリンタ専用フィルタ(=プリンタドライバ)
--rastertogutenprint5.2 ... 非PostScriptプリンタ用フィルタ

**CUPS関連コマンド [#i250d734]
-[[CUPS コマンド行ユーティリティーを使用したプリンタの設定と管理:http://docs.oracle.com/cd/E37932_01/html/E36602/gllgm.html]]

-接続しているプリンタを確認
 $ sudo lpinfo -l -v


**CUPSでBluetoothプリンタを使えるようにするまで [#m4bcc2c7]
-hcltool で Bluetooth デバイスをスキャン
 $ hcitool scan
 Scanning ...
	0F:02:17:42:61:16	BlueTooth Printer

-lpadmin コマンドで Bluetooth プリンタを登録(0F:02:17:42:61:16 => 0f0217426116)
 $ lpadmin -p POS58 -E -v bluetooth://0f0217426116 ... 

-/sbin/lsmod で以下のモジュールが組み込まれているか確認
---lsmod ... Linuxに読み込まれているモジュールの一覧を表示するコマンド
--bluetooth
--rfcomm
---遠隔にあるBluetoothを仮想シリアルポートとして認識させるコマンド
---Bluetoothのプロトコルスタックの一つで、L2CAP(メモ:Bluetooth機器間の通信路。OSIの第二レイヤに相当)上でRS-232Cシリアルポートの転送機能をエミュレーションするもの。
---これにより、従来の有線によるデータ転送をそのまま無線に置きかえることが可能となる。
--l2cap
--hci_usb

**bluez-cups [#b9670e3a]
-[[パッケージ: bluez-cups:https://packages.debian.org/ja/sid/bluez-cups]]
-CUPS 用 Buletooth プリンタドライバ

**関連ライブラリ [#me9c3511]
-libcups2 - Common UNIX Printing System(tm) - Core library
-libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
-libcupscgi1 - Common UNIX Printing System(tm) - CGI library
-libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI library
-libcupsfilters-dev - OpenPrinting CUPS Filters - Development files for the library
-libcupsfilters1 - OpenPrinting CUPS Filters - Shared library
-libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
-libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS image library
-libcupsmime1 - Common UNIX Printing System(tm) - MIME library
-libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME library
-libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
-libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD library

**えとせとら [#sb54274d]
-[[FVP10 Series ソフトウェアマニュアル for Linux:http://www.star-m.jp/service/s_print_jp/fvp10_linux_jp.pdf]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS