Application Interface between a PC and an embedded device
- by sasayins
Hi,
How can I make an application interface so that a PC application can communicate to an embedded device like a POS terminal?
Like for example, an embedded device like POS terminal that has an embedded linux as an OS. Then I want a PC application to communicate in that POS terminal and access its module hardware like for example its magnetic stripe reader. What implementation should I create in the device, should I use CORBA or something related in that technology so that a PC application can communicate in the POS terminal?
Many thanks.