Hi
i have problem
i make byte message in c# and send with sokect to server.
but server abort connection, this message.
`SC`00541.00TJ1 23456PPC 00000000DLGLGN 00000001TXBEG
Login:user=a, pswd=a 9afb81c7
"9afb81c7" this checksum of this message.
how to create checksum.
this 8 bytes, which is negative value of the result of an exclusive or
operation of message in 32-digit format.
can you help how to create this check sum.
thank you...
i have problem
i make byte message in c# and send with sokect to server.
but server abort connection, this message.
`SC`00541.00TJ1 23456PPC 00000000DLGLGN 00000001TXBEG
Login:user=a, pswd=a 9afb81c7
"9afb81c7" this checksum of this message.
how to create checksum.
this 8 bytes, which is negative value of the result of an exclusive or
operation of message in 32-digit format.
can you help how to create this check sum.
thank you...
Comment