Home Page link  

Devloping an application in Ingedev

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here

 Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Devloping an application in Ingedev sarah 07-06-2008
Posted by sarah on July 6, 2008, 8:33 am
Please log in for more thread options
Hello there
I am trying to develop a simple application for Ingenico Pin pad. This
pin pad has a SDK named Ingedev.I use version 6. But I have not been
successful even in developing an application that can show a message
on it's LCD.
Does any one can send me some sample application for show message on
the LCD, working with printers and...?
Maybe explaining the steps will help so I explain the steps:
I created a new U32 simple project. In the MainModule -> Src ->
AppMain.c I have added these part of codes:
#include <unicapt.h>
#include "message.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Application entry point */
uint32 *handle;
char *channelName;
int16 DisplayHandle;
uint32 handle2;
uint32 handle3;
void ApplicationMain(void)
{
int16 ret;
static amgMsg_t msgReceive;

amgSynchroMsgAdd(MSG_POWER_ON);

while(1)
{
ret = amgReceive(AMG_INFINITE, &msgReceive);
if(ret == RET_OK)
{
treatRecMsg(&msgReceive);
}
}
hmiOpen ("DEFAULT",handle);
hmiADDisplayText (handle2,1,0,"Hello World");
hmiclose (handle3);
}
I didn't make any other changes in the other files. I was expected to
see Hello World on its LCD. What I should add to this part of the
codes?

In the SDK there are just these explainations:
int16 hmiOpen (char *channelName, uint32 *handle)
int16 hmiClose (uint32 handle)
int16 hmiADDisplayText (uint32 handle, uint32 line, uint32 column,
char *text)
Have I make mistake in using the pointers?


Similar ThreadsPosted
Application Hangs May 22, 2007, 1:12 pm
Log off Manager without shutting down application August 10, 2005, 1:41 pm
California Sales Tax application December 4, 2007, 7:26 pm
Cash Drawer locked by another application September 18, 2007, 2:16 pm
Integration with other customized Financial Application. March 18, 2008, 6:50 am
OPOS Driver not open or locked by another application October 9, 2007, 10:39 pm
A short video on RMS Loyalty Point Application June 26, 2008, 10:03 am
Database connection lost, application will be closed ERROR April 1, 2007, 6:06 pm
Barcode scanner claiming problem in a multithreaded application May 28, 2007, 7:46 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap