Skip to content

Commit e3184f5

Browse files
committed
Update README.md
1 parent 8dd75e6 commit e3184f5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Java Fiscal Device API is a medium-level API to communicate with fiscal devi
99
Where do I start?
1010
-----------------
1111

12-
You can try the API documentation. These interfaces will probably be the most interesting to you:
12+
You can try the [API documentation](http://lanchon.github.io/java-fiscal-device-api/api/index.html). These interfaces will probably be the most interesting to you:
1313

1414
com.taliter.fiscal.device.FiscalDeviceSource
1515
com.taliter.fiscal.device.FiscalDevice
@@ -25,7 +25,7 @@ Additionally, `com.taliter.fiscal.device.hasar.HasarConstants` defines some usef
2525

2626
You may want to take a look into package `com.taliter.fiscal.util`. It contains tools that provide protocol and port speed autodetection, as well as event and communication loggers that can assist you during development.
2727

28-
There is also a very basic sample available.
28+
There is also a [very basic sample](https://github.com/Lanchon/java-fiscal-device-api/blob/master/samples/Sample.java) available.
2929

3030
Update
3131
------
@@ -36,6 +36,11 @@ Please contribute your drivers to the project. They will be accepted if they are
3636

3737
I no longer have access to fiscal devices and thus I cannot test. For this reason I cannot implement `FiscalPort`s that wrap these new serial port drivers. However this API is still being maintained: no bugfix releases were made in 10 years because, although it has many users, no bugs were ever reported against it. Debugging would be harder now without test devices but I will still try my best to fix the code if a bug is reported.
3838

39+
Download
40+
--------
41+
42+
Releases are available [here](https://github.com/Lanchon/java-fiscal-device-api/tree/master/releases).
43+
3944
And what else?
4045
--------------
4146

0 commit comments

Comments
 (0)