Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iberisoft/scanmanager
This application manages other film digitizing applications via RS232/485
https://github.com/iberisoft/scanmanager
modbus wpf
Last synced: 8 days ago
JSON representation
This application manages other film digitizing applications via RS232/485
- Host: GitHub
- URL: https://github.com/iberisoft/scanmanager
- Owner: iberisoft
- Created: 2021-04-05T08:55:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T15:33:39.000Z (9 months ago)
- Last Synced: 2024-02-06T16:40:59.649Z (9 months ago)
- Topics: modbus, wpf
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scan Manager
This application manages other film digitizing applications via RS232/485.
## Serial Protocol
### Read Commands
Command | Result | Description
--------|------------|-------------
RD? | RD=*value* | Get `1` if the scanner is ready to work, otherwise `0`
SC? | SC=*value* | Get `1` if the scanner is scanning, otherwise `0`
EJ? | EJ=*value* | Get `1` if the scanner is ejecting, otherwise `0`
RS? | RS=*value* | Get the resolution value in dpi (VIDAR) or microns (Array)### Write Commands
Command | Result | Description
-----------|--------|-------------
SC=*value* | OK | Set `1` to scan a film, `0` to abort scanning
EJ=*value* | OK | Set `1` to eject a film
RS=*value* | OK | Set the resolution value in dpi (VIDAR) or microns (Array)