Hi,
I'm porting a Rabbit project to NetBurner - wondering if there's a way to set the TCP sockets to ASCII mode for easier porting. Rabbit has sock_gets(), sock_puts(), etc. that append or strip CR LF characters from the end of strings.
Thanks,
Ray
TCP ASCII Mode
Re: TCP ASCII Mode
Hello Ray,
We do not have that type of function, but you could create a wrapper function that strips them off and calls writestring(), or do a writeall() with a length of 2 less than the strlen.
We do not have that type of function, but you could create a wrapper function that strips them off and calls writestring(), or do a writeall() with a length of 2 less than the strlen.