Closed GoogleCodeExporter closed 8 years ago
Hi,
About Question 1:
By default ISO8583 ASCII TCP/IP dosen't have TPDU.
If you want to add this funcionality, you can work with "getRawIso" and build
your
msg-len+TPDU+rawIso
About Question 2:
ISO8583py only work with ASCII ISO8583.
If you see a "number" inside the bit, it will be interpreted as ASCII. By
example, 1
is \x31 always.
Please read the documentation in
http://www.vulcanno.com.br/python/ISO8583.ISO8583.html to see details.
The method binascii.b2a_hex(): "Return the hexadecimal representation of the
binary
data."
(http://docs.activestate.com/activepython/3.1/python/library/binascii.html)
but ISO8583 is ASCII and not binary.... So this use was not correct.
Original comment by igo...@gmail.com
on 2 Sep 2009 at 11:23
Original issue reported on code.google.com by
yehrayyeh
on 2 Sep 2009 at 2:59