I am new to Windows CE development and have not done it yet. You need to advise an expert here.
In our current project, we are developing a client-server application. The client side uses a Windows form application that is based on Windows XP, while the server is a web-based application.
This question is related to the client application (Windows Form). This application uses Sql Server Express Edition to store data. Data is stored in the format of an XML object. It can also transfer data from the client to the server through the web service. It also interacts with hardware such as a magnetic stripe reader, contactless smart card reader, and thermal printer. Most of the communication between the hardware device and the systems is based on the Serial Port. The configuration uses the standard app.config and multi-threaded application.
There is a new requirement to use a handheld device that uses the Windows CE platform. This PDA included essential equipment such as a contactless smart card reader, a printer, and a magnetic strip reader. Instead of developing a new client application, is it possible for me to convert my current application that is based on Windows XP to Windows CE? If so, how can I do this? If not, is this any other brilliant suggestion to do this?
Thanks in advance. Software engineer
source share