•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 392,300 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,831 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser:
Views: 1616 | 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
•
•
•
•
Originally Posted by raddad555
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
Please post the routine that sends and the routine that receives....
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
- Send data on a serial port (C++)
- memory management in wndows 2000 (Windows NT / 2000 / XP / 2003)
- Computer Stupidities (Geeks' Lounge)
- send raw data via serial (Python)
- reading data using serial port (Visual Basic 4 / 5 / 6)
- help understanding "char" data type (C++)
- Help with String Comparison (C++)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Winsock Problem
- Next Thread: ADO Sample Database using NWIND


Linear Mode