|
-
Nov 8th, 2008, 11:28 AM
#1
Thread Starter
New Member
Problem with 08 ascii (backspace)
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|