cancel
Showing results for 
Search instead for 
Did you mean: 

Hexa decimal equalent for escape sequence.

former_member1050074
Participant
0 Kudos

Hi Friends

Please kinly help me to get the hexa decimal values for the following escape sequence.

1. <esc>(1q<esc><s1p36.0v0s0b0T

2. <esc>(15Y<esc>(s1p12.0v0s0b0T

I need to use this value in Signature printing.

Thanks

Gowrishankar

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member1050074
Participant
0 Kudos

Issue resolved.

Former Member
0 Kudos

Could you help me with what resolve this issue? I am trying to print signature from the printer on my XML report and I am only getting the escape sequence that was typed in the report.

Sandra_Rossi
Active Contributor
0 Kudos

>

> 1. <esc>(1q<esc><s1p36.0v0s0b0T

>

I guess the correct code should be:

1. <esc>(1 Q <esc> ( s1p36.0v0s0b0T (please remove the extra spaces, I inserted them here to allow the bold stroke so that you can better read)

Note: The second line is used to change to CODE 11 barcode

Edited by: Sandra Rossi on Dec 4, 2009 9:34 PM

Note that <esc> corresponds (of course) to hex 1B

brad_bohn
Active Contributor
0 Kudos

Your printer manual should give you the specific string. If you don't know how to look it up, why don't you just use a hex conversion tool?

former_member1050074
Participant
0 Kudos

Hi..Yes they have provided some escape sequences, but when I use this line alone nothing has displayed in output

but I read in some article, we need to use some addtional line (Equalant hexa decimal value )for this.

!"#$%&'()*

+,-./01234

56789:;<= >

?@ABCDEFGH

IJKLMNOPQR

but I tried with that, now some thing has displayed in output.But Still Signature is not coming

Thanks

Gowrishankar