Patrick Kanzler
b4c32b5a4a
Merge branch 'development' into development
2019-06-04 23:04:25 +02:00
Omer Akram
29ef88f591
Better comment
2019-05-22 17:25:33 +05:00
Omer Akram
7c01a30d6c
fix a typo
2019-05-22 17:20:15 +05:00
Omer Akram
d20646b2a9
Make windows enablement code more intelligent
2019-05-22 17:01:13 +05:00
Omer Akram
206822ac69
Enable Windows Support
2019-05-22 16:39:26 +05:00
Ramon Poca
2886075ce9
Fix initializer mess
2018-12-31 14:24:10 +01:00
Ramon Poca
73fff6291d
Fix syntax
2018-12-31 13:57:53 +01:00
Ramon Poca
18c51358aa
Add Win32Raw printer to available printers
2018-12-13 08:01:05 -08:00
Gerard Marull-Paretas
52719c0b7d
Allow arbitrary USB args
2018-11-21 22:01:13 +01:00
Christoph Heuel
26d72a69f0
Feature/clear content in dummy printer ( #271 )
...
Add Function to Dummy Printer for Clearing Buffer
If you are using the dummy printer, you may want to use the printer
again after sending the output to a physical printer.
This method empties the list of the output buffer.
2017-12-04 00:13:28 +01:00
Patrick Kanzler
6b0b1371e5
fix layout in File-printer-section
2017-10-08 21:31:45 +02:00
Patrick Kanzler
81426ab6dc
fix whitespace
2017-08-01 12:27:53 +02:00
Patrick Kanzler
df1193ab35
implement read for Serial
2017-08-01 11:20:00 +02:00
csoft2k
89dfb6cf86
Added the DLE EOT querying command. ( #237 )
...
* Added the DLE EOT querying command.
Added a function to check whether the printer is online or not, as well
as a reading method for USB printers.
* Update AUTHORS
* Add entry to .mailmap
* currently USB only
2017-07-24 13:57:02 +02:00
TAHRI Ahmed
efec3e508c
Fix SerialException when trying to close device on __del__ without verifing if is actually opened.
2017-06-19 13:42:46 +02:00
Patrick Kanzler
3ee787e8b1
change license to MIT
2017-01-31 03:55:50 +01:00
Patrick Kanzler
e92f00cdf3
fix AttributeError when executing close
...
When self.device is already None an AttributeError will occur.
This is relevant to #189 .
2017-01-30 16:14:58 +01:00
Patrick Kanzler
ce94a1fc18
normalize whitespace
2017-01-30 01:52:26 +01:00
Patrick Kanzler
e595bc2150
doc update methods and printers and use autodoc
2017-01-26 00:28:33 +01:00
Patrick Kanzler
3d98eb8b9c
fix file-printer did not flush
...
The file-printer did not automatically flush and thus behaved
differently to the other printer-classes.
Now the default behaviour is to flush after every call of _raw(). This
can be disabled by calling the file-printer with auto_flush=False.
fixes #106
2016-08-02 04:25:54 +02:00
Renato.Lorenzi
bef1a9cccf
Change the interface param to timeout
2016-08-01 09:36:48 -03:00
Patrick Kanzler
87438f9efa
SETUP move code to src
...
This way we can ensure that the packaged code is tested.
See https://hynek.me/articles/testing-packaging/ or c62a78c015
+ DOC adapt doc to new structure and test doc with travis
2016-06-20 17:48:14 +02:00