Desktop program on delphi and pascal

Information and support for EnvisaLink modules.

Moderators: EyezOnRich, GrandWizard

Post Reply
luk2009
Posts: 10
Joined: Mon May 13, 2013 7:59 pm

Desktop program on delphi and pascal

Post by luk2009 »

I'm trying to establish connection with the envisalink3. I use a component TClientSocket. I try to send the following data:
005user7C CR LF
and single receipt
5000052A
5050CA

what is wrong?
Attachments
socket.png
socket.png (96.31 KiB) Viewed 5840 times
GrandWizard
Posts: 2289
Joined: Tue Nov 16, 2010 4:08 pm

Re: Desktop program on delphi and pascal

Post by GrandWizard »

Your math is wrong. You are adding the individual HEX values as DECIMAL, and then converting to HEX.

Big no no
luk2009
Posts: 10
Joined: Mon May 13, 2013 7:59 pm

Re: Desktop program on delphi and pascal

Post by luk2009 »

https://www.dropbox.com/s/dnrjyeva0jj6a ... uciano.zip

the beta version works fine on windows, soon I'll make a version for linux
luk2009
Posts: 10
Joined: Mon May 13, 2013 7:59 pm

Re: Desktop program on delphi and pascal

Post by luk2009 »

Image
Post Reply