Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

howto send 0x05 over a socket 1

Status
Not open for further replies.

sixtoedsloth

IS-IT--Management
Jan 1, 2002
118
GB
Hi, i appear to be loosing my mind!!

i have a socket to which i am sending small strings using

send(sockfd, msg, len ,0);

msg is :-
char * msg;

i need to send just a ctrl-E or ascii 5, how do i do this?

Cheers,

Russ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top