Well, I got my HexString (PacketS) for example “70340A0100000000000000” I want to split every time after 2 chars and put it into an byte array (Stream).
Means {70, 34, 0A, 01, 00, 00, 00, 00, 00, 00, 00}
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.
This actually worked perfect! I am sorry if your code does the same but I just do not understand.