Quote Originally Posted by 2kaud View Post
From the data in post #1,
Code:
#include <iostream>
using namespace std;

int main()
{
	const unsigned short int bytes[] = { 
		0xfe80, 0x0000, 0x0000, 0x0000, 0xbeae, 0xc5ff, 0xfedf, 0x31d1,
		0xff02, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0001,
		0x0018,
		0x003a,
		0x8000};
....

Thank you so much for this check. The problem was in the data type but this has really helped me!