Application Interface between a PC and an embedded device
Posted
by sasayins
on Stack Overflow
See other posts from Stack Overflow
or by sasayins
Published on 2010-05-17T00:21:58Z
Indexed on
2010/05/17
0:30 UTC
Read the original article
Hit count: 625
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.
© Stack Overflow or respective owner