Click here to Skip to main content
15,915,093 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionHow can I send the command CE to a PIN PAD Pin
yera200210-Apr-09 13:07
yera200210-Apr-09 13:07 
AnswerRe: How can I send the command CE to a PIN PAD Pin
Luc 64801110-Apr-09 14:33
Luc 64801110-Apr-09 14:33 
GeneralRe: How can I send the command CE to a PIN PAD Pin
yera200210-Apr-09 15:00
yera200210-Apr-09 15:00 
GeneralRe: How can I send the command CE to a PIN PAD Pin
Luc 64801110-Apr-09 15:10
Luc 64801110-Apr-09 15:10 
GeneralRe: How can I send the command CE to a PIN PAD Pin
yera200210-Apr-09 15:32
yera200210-Apr-09 15:32 
GeneralRe: How can I send the command CE to a PIN PAD Pin
Luc 64801110-Apr-09 16:09
Luc 64801110-Apr-09 16:09 
GeneralRe: How can I send the command CE to a PIN PAD Pin
yera200213-Apr-09 6:41
yera200213-Apr-09 6:41 
GeneralRe: How can I send the command CE to a PIN PAD Pin
Luc 64801113-Apr-09 8:40
Luc 64801113-Apr-09 8:40 
Hi,

this will not go easy; there are many dark points left.

1.
what is your programming language (VB? VB.NET? ...), and your development tool Visual Studio 6? 2003? 2005? 2008? ...)

2.
are you receiving anything at all through the serial port?
e.g. when sending an ENQ do you get an ACK?
when hitting some keys on the pin pad do you get anything?

if not: either you are not connected, connected to the wrong port, have bad port parameters, or some general programming mistake

3.
do you have the "small reference manual" in electronic form? if so, can you provide a URL or mail it to me? or scan it and mail it?
I wouldn't mind if it were in another language (I expect it is in Spanish)

4.
the command character will be crucial (the one in between STX and EC0), and only some manual can tell what it should be.

5.
I have strong doubts about the checksum (LRC). For one, if it could have any value, it could also interfere with the protocol (e.g. it could happen to be equal to an STX). Also your example "02 67 69 48 03 45. giH.E" seems wrong, not only for the giH.E but also 45 would not be the LRC of "67 69 48 03"

6.
If you have some code that already communicates successfully, I would like to see it.
BTW: when publishing code on CodeProject, please use PRE tags or use the "code block" button below the editor window, it preserves formatting.

Smile | :)
GeneralRe: How can I send the command CE to a PIN PAD Pin
yera200213-Apr-09 9:13
yera200213-Apr-09 9:13 
GeneralRe: How can I send the command CE to a PIN PAD Pin
Luc 64801113-Apr-09 10:39
Luc 64801113-Apr-09 10:39 
GeneralRe: How can I send the command CE to a PIN PAD Pin
yera200213-Apr-09 11:07
yera200213-Apr-09 11:07 
QuestionDifferent SD size by IOCTL_DISK_GET_LENGTH_INFO Pin
yech9-Apr-09 17:17
yech9-Apr-09 17:17 
AnswerRe: Different SD size by IOCTL_DISK_GET_LENGTH_INFO Pin
Randor 15-Apr-09 19:25
professional Randor 15-Apr-09 19:25 
QuestionHow Can i operate Bluetooth with code in microcontroller???????? Pin
Ashu rocks9-Apr-09 3:08
Ashu rocks9-Apr-09 3:08 
QuestionHow to get phone memory detected as USB drive when connected Pin
ashok_rgm2-Apr-09 21:28
ashok_rgm2-Apr-09 21:28 
AnswerRe: How to get phone memory detected as USB drive when connected Pin
yech9-Apr-09 17:11
yech9-Apr-09 17:11 
QuestionShould I Virtualise my Servers? Pin
Steven J Jowett2-Apr-09 0:51
Steven J Jowett2-Apr-09 0:51 
AnswerRe: Should I Virtualise my Servers? Pin
Sebastian Schneider2-Apr-09 2:32
Sebastian Schneider2-Apr-09 2:32 
QuestionBSOD by DbgPrint, help me to analyze Pin
aliwy30-Mar-09 6:39
aliwy30-Mar-09 6:39 
AnswerRe: BSOD by DbgPrint, help me to analyze Pin
cmihai21-Sep-09 0:50
cmihai21-Sep-09 0:50 
Questionhow can i read data from passports reader to form on developer? Pin
mansoor hajer30-Mar-09 5:03
mansoor hajer30-Mar-09 5:03 
AnswerRe: how can i read data from passports reader to form on developer? Pin
Dave Kreskowiak2-Apr-09 5:35
mveDave Kreskowiak2-Apr-09 5:35 
AnswerRe: how can i read data from passports reader to form on developer? Pin
Henry Minute2-Apr-09 6:55
Henry Minute2-Apr-09 6:55 
GeneralRe: how can i read data from passports reader to form on developer? Pin
mansoor hajer28-Jun-09 10:00
mansoor hajer28-Jun-09 10:00 
GeneralRe: how can i read data from passports reader to form on developer? Pin
Henry Minute28-Jun-09 10:10
Henry Minute28-Jun-09 10:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.