Skip to content

A simple Barcode Reader w/ product matching. Yes, this is my smart-fridge app

Notifications You must be signed in to change notification settings

denysvitali/barcode-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barcode Scanner

This simple Rust application takes care of the communication between my Raspberry Pi 2 B+ and my Datalogic Magellan 1100i scanner - connected via USB (w/ USB COM emulator mode).

This simple app will be used to see what's the fridge content - because I'm too lazy to check it every time.

Requirements

Run

git clone https://github.com/denysvitali/barcode-reader
cd barcode-reader
cargo run

Troubleshooting

Permission denied while opening /dev/ttyWhatever

Add yourself to the uucp / serial / $(stat -c "%G" /dev/ttyWhatever) group. Reboot or logout, log back in and try again.
Fast but very ugly solution: run as root.

About

A simple Barcode Reader w/ product matching. Yes, this is my smart-fridge app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages