Page 1 of 1
Customer Information Terminal - Price checker
Posted: Mon Nov 17, 2014 8:32 pm
by mol
Hi guys!
I need to write communication aplication for programming Customer Information Terminal Newland NQuire202P - price checker.
Maybe has anybode experience with such a device?
I need basic solution only - how to sent products information to device and store onto memory card...
Best regards, Marek
Re: Customer Information Terminal - Price checker
Posted: Tue Nov 18, 2014 11:50 am
by mol
This device communicates with application in computer via TCP or UDP protocol. I have sample program written in cpp which works OK as server, but, I want to write my own application.
Has anybody experience with UDP transmission? How to start?
Regards, Marek
Re: Customer Information Terminal - Price checker
Posted: Tue Nov 18, 2014 12:03 pm
by serge_girard
Marek,
Is there a manual that comes with the Newland NQuire202P?
Maybe there are some samples programs which could be adepted to HMG...?
Greetings, Serge
Re: Customer Information Terminal - Price checker
Posted: Tue Nov 18, 2014 12:04 pm
by serge_girard
Re: Customer Information Terminal - Price checker
Posted: Tue Nov 18, 2014 2:01 pm
by apais
As far as I can see, It's a linux ARM device.
I would go for an intranet html5 app and install a web brower on the unit.
Probably you would need a linux hacker to configure the unit to suit your needs due its small amount of memory.
HTH
Angel
Re: Customer Information Terminal - Price checker
Posted: Tue Nov 18, 2014 2:43 pm
by mol
This unit is configurable via web browser. It's attached working sample app, which acts as server.rice checker sends read barcode to this app via udp, and app sends info about product to checker.
But, as I found in manual, there is a slot for microsd card, and, after installing memory card, this device can work off-line.
I can place sources of this server-app in .cpp.
If sb. Can translate it to harbour, it would be great help to me!