The I hate Canada thread or what's my 20

Awrite Skate, I've busted yer butt enough so I'm gonna tell you how to cure yer problem.... an it's really simple and doable.

Keep your truck and pick up an old van trailer. Convert the trailer into a Mobile Office and go Freelance. That way you got both worlds but you ain't stuck exclusively with either. Feel like hanging out with truckers.... go park at a truck stop for a couple days. Get fed up with SWH's.... go park by the Geek House.

There ya go..... simple answer.

You welcome. :D
same thinking here keep the truck or get something a little newer and go buy a 5th wheel and go freelance:) a lot of fulltimers do that
 
int WriteCommand(unsigned char *ptr)
{
int count;
unsigned long BytesWritten;
int x,Success;
unsigned char wb[12];
DWORD dwStatus;



for(count=0;count < 10;++count)
{
for(x=0;x<9;++x)
wb[x]=0;

/*
Only calculate the CRC on the first 11 bytes. Last byte
of command will contain checksum.
*/

Crc8=0;
for(x=0;x<11;++x)
UpdateCRC8(ptr[x]);

ptr[11] = Crc8;

for(x=0;x<6;++x)
wb[x+1]=ptr[0+x];

Success = WriteFile(DeviceHandle, &wb[0], 9, &BytesWritten, NULL);
if(Success == 0)
{
db("Error30 communicating with device command %X",wb[0]);
return(0);
}

for(x=0;x<6;++x)
wb[x+1]=ptr[6+x];

Success = WriteFile(DeviceHandle, &wb[0], 9, &BytesWritten, NULL);
if(Success == 0)
{
db("Error31 communicating with device");
return(0);
}

Success = ReadUSB(&wb[0]);
if(wb[1] != 0xcc || wb[2] != 0x01)
continue;
else
break;
}

if(wb[1] != 0xcc || wb[2] != 0x01)
{
db("Error32 communicating with device");
return(0);
}
return(1);
}
NERD ALERT!!!

Screenshot_2016-03-31-14-31-06~2.jpg
 
I wouldn't mind doing a hotshot. I've seen some really nice setups. Finding a hotel for the night would be a pain though. I feel like doing a road trip now!!! Although I like sitting in my chair and flying my helicopter around the living room too.

helicopter.jpg
 
I had 4 batteries for my little copter like that.

You can tell they go bad when the plastic wrapper blisters up.
 
Reason number 35 not to speed read when waking up and taking a ****.


Notification @Blood posted "I hate Gonads or what's my 20 thread"

First thought? It's to early for this bull****

Second thought? Well he is from Misery so probably does hate them.

I need coffee ;)
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Users who are viewing this thread

Top