Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add swissbit update #222

Merged
merged 1 commit into from
Nov 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions doc/appendix-de-kassensichv/operation-modes/scu/swissbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ The _fiskaltrust.Middleware.SCU.DE.Swissbit_ package connects the middleware wit

### Parameters

| Name | Description | **Default Value**<br />**Mandatory Field** |
|----------------|-------------------------------------------------------------------------------------------|--------------------------------------------|
| _devicePath_ | Path to the drive under which the TSE can be reached (e.g. ` D: `), without a final slash | empty string<br />mandatory |
| _adminPin_ | Admin PIN of the TSE. If not specified, the default PIN is used. | to be documented<br />optional |
| _timeAdminPin_ | Time Admin PIN of the TSE. If not specified, the default PIN is used. | to be documented<br />optional |
| Name | Description | **Default Value**<br />**Mandatory Field** |
|------------------------|----------------------------------------------------------------------------------------------------|--------------------------------------------|
| _devicePath_ | Path to the drive under which the TSE can be reached (e.g. ` D: `), without a final slash | empty string<br />mandatory |
| _adminPin_ | Admin PIN of the TSE. If not specified, the default PIN is used. | to be documented<br />optional |
| _timeAdminPin_ | Time Admin PIN of the TSE. If not specified, the default PIN is used. | to be documented<br />optional |
| _EnableFirmwareUpdate_ | Enables firmware updates for the TSE. (see https://link.fiskaltrust.cloud/de/swisssbit-tse/update) | false<br />optional |

## Troubleshooting

| Problem | Possible cause | Solution |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
| **When starting the middleware on Windows a `SerializationException` error, a` NativeLibraryException` error or a similar message is displayed** | Runtime components required to run C ++ applications developed with Visual Studio 2015 are missing. | Install [the Visual C++ Redistributable Packages](https://www.microsoft.com/de-at/download/details.aspx?id=48145). |
| **When starting the middleware under Linux, a `DllNotFound` error, an exception with the text` Invalid Response from TSE` or a similar error message is displayed** | The _libc_- or the _glibc_-package is missing. | Install the _libc_- or the _glibc_-packages. |
| **When starting the middleware under Linux, a `DllNotFound` error, an exception with the text` Invalid Response from TSE` or a similar error message is displayed** | The _libc_- or the _glibc_-package is missing. | Install the _libc_- or the _glibc_-packages. |