I’m receiving data from tcp socket in binary view. In erlang shell i see:
<<18,0,0,0,53,9,116,101,115,116,32,103,97,109,101,1,0,0,1,
134,160,0,3,13,64,0,0,0,20,...>>
How can i show all data without ...
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the format part of io:fwrite. I assume that your data is output with format
PorW:Try specifying a different format, for example: