Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 1867 | Replies: 2 | Solved
•
•
Join Date: Jul 2005
Location: Stone Mountain
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Ok here we go:
I have to send data over TCP to a listening port, the other end has a server running expecting a login. I need to send 3 bytes 6b "k" , 16 , and 31. the equilvaltes to ku. When I send the data it is sending 5 bytes being 6b 31 36 32 32. I need it to be sent as 6b , 1F , 22. I have converted the data to be sent as byte but the other end still receives it as two bytes instead of one. I am sure its the way that I am sending it but cant figure out whats going on. I need the byte value to be 16 not two bytes of 31 and 36. I am using winsock to connect to the ports and send the data. Ideas ANYONE. :o
I have to send data over TCP to a listening port, the other end has a server running expecting a login. I need to send 3 bytes 6b "k" , 16 , and 31. the equilvaltes to ku. When I send the data it is sending 5 bytes being 6b 31 36 32 32. I need it to be sent as 6b , 1F , 22. I have converted the data to be sent as byte but the other end still receives it as two bytes instead of one. I am sure its the way that I am sending it but cant figure out whats going on. I need the byte value to be 16 not two bytes of 31 and 36. I am using winsock to connect to the ports and send the data. Ideas ANYONE. :o
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode