Hello,

I have an application that asks the date to a control card.
For example:

I send a Dd (date command) to my control card and my card answers :3508110806 - 35 (confirmation char) 08 (day) 11 (month) 08 (year) 06 (day of the week).

My card is responding correctly. The problem is when the string arrives to the VB6 socket. It reads only 06. Why? because 35 is deleted by the 08 and the 11 is deleted by the 08 as well, because 08 in ascii is backspace.

What can i do to ommit this data deletion and assure the complete recepcion of the string?

In waiting of your comments.

Regards