Python Forum

Full Version: Low level
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello 
 I have a small and short questions. I'm  familar with python ,however I have no idea
how to manipulate python in linux, specially dealing with I/O device.
I have a bar code scanner that I wish to read its output directly from the 
device file and perform whichever task I have in mind.

I came across Evdev module but not sure I'm getting what I want. Any idea 
or suggestions of a module that makes such task simple ?

my code here
Quote:I came across Evdev module but not sure I'm getting what I want

What have you tried? It seems that you tried something. What you get, any errors? Show us some code.