Mint.Hardware.Printer.Entities
by: Mint.Hardware.Printer.Entities
- 110 total downloads
- Latest version: 1.0.2
Entities and interfaces for custom and china printers
Mint.Hardware.Printer.Zpl
by: Mint.Hardware.Printer.Zpl
- 43 total downloads
- Latest version: 1.0.0.3
Driver for Zebra printer
Mint.Hardware.ProximitySensor
by: Mint.Hardware.ProximitySensor
- 47 total downloads
- Latest version: 1.0.0.5
Package Description
Mint.Hardware.ReceiptPrinter.CustomTG2480H
by: Mint.Hardware.ReceiptPrinter.CustomTG2480H
- 4 total downloads
- Latest version: 1.0.0
Receipt printer Custom TG2480H
Mint.Hardware.ReceiptPrinter.Entities
by: Mint.Hardware.ReceiptPrinter.Entities
- 64 total downloads
- Latest version: 1.0.4
Entities and interfaces for custom and china printers
Mint.Hardware.ReceiptPrinter.GprinterGP58130IVC
by: Mint.Hardware.ReceiptPrinter.GprinterGP58130IVC
- 1 total downloads
- Latest version: 1.0.0
Receipt printer Gprinter GP-58130IVC
Mint.Hardware.ReceiptPrinter.XPrinterXP80
by: Mint.Hardware.ReceiptPrinter.XPrinterXP80
- 20 total downloads
- Latest version: 1.0.0
Receipt printer Xprinter XP-80
Mint.Hardware.RFIDIntegratedReader
by: Mint.Hardware.RFIDIntegratedReader
- 6 total downloads
- Latest version: 1.0.2
Package Description
Mint.Hardware.RGB
by: Mint.Hardware.RGB
- 26 total downloads
- Latest version: 1.0.0
Package Description
Mint.Hardware.RgbLedStrip
by: Mint.Hardware.RgbLedStrip
- 66 total downloads
- Latest version: 0.0.0.7
Library for communication with rgb controller
Mint.Hardware.Scanner.Entities
by: Mint.Hardware.Scanner.Entities
- 234 total downloads
- Latest version: 1.0.13
Entities for barcode scanners
Mint.Hardware.Scanner.NewlandFM430
by: Mint.Hardware.Scanner.NewlandFM430
- 228 total downloads
- Latest version: 1.0.8.15
Package Description
Mint.Hardware.Scanners.Communicator
by: Mint.Hardware.Scanners.Communicator
- 22 total downloads
- Latest version: 1.0.34
Scanner communication layer
Mint.Hardware.Serial
by: Mint.Hardware.Serial
- 137 total downloads
- Latest version: 0.1.20
To use it throught static class Mint.Hardware.Serial.ComDeviceHelper
Mint.Hardware.Temperature.Dht22
by: Mint.Hardware.Temperature.Dht22
- 43 total downloads
- Latest version: 1.0.4
Package Description
Mint.Hardware.UserScales.Magellan9300Scales
by: Mint.Hardware.UserScales.Magellan9300Scales
- 2 total downloads
- Latest version: 1.0.1
User scales Magellan 9300
Mint.Hardware.VendingPusher
by: Mint.Hardware.VendingPusher
- 86 total downloads
- Latest version: 0.1.2
Project for comunication with vending pusher hardware controllers
Mint.Hardware.VOCSensor
by: Mint.Hardware.VOCSensor
- 13 total downloads
- Latest version: 1.0.0
Project for comunication with voc sensor (temperature and humidity)
Mint.ScreenRotation
by: Mint.ScreenRotation
- 78 total downloads
- Latest version: 1.0.2
Mint.ScreenRotation
Usage
Windows
For windows important parameters are:
'DisplayIndex' (Note: Windows remember all displays which was connected recently, check correct index!)
'Degree' (Note: Rotation degree)
Example for one time usage on startup
var result = Worker.Rotate(new Config
{
Degree = DegreeEnum.D0,
DisplayIndex = 5
});
When 'result' equals 'false' parameters invalid
Example for run with period (in seconds) on project startup
Worker.Rotate(new Config
{
Degree = DegreeEnum.D0,
DisplayIndex = 5
}, 5);
Second parameter in seconds
Linux
For windows important parameters are:
'Degree' (Note: Rotation degree)
'DisplayName' (Note: display name cmd 'xrandr')
'TouchName' (Note: touch name cmd 'xinput')
'TouchParam' (Note: touch parameter name for rotation matrix)
Mint.SelfCheckout.Entities
by: Mint.SelfCheckout.Entities
- 101 total downloads
- Latest version: 1.0.9
Self checkout shared entities