(SOLVED)Help with ISO C++ forbids comparison between pointer and integer.

The error is here: for(i = 0; i < &buflen; i++)
Well, I amnot sure why I am comparing an integer with a pointer :slight_smile:
I just copy the code from a virtualwire tutorial.
I am actually trying to figure out how virtual wire works.
So I send message from one arduino board to another and I need a code to serial print the messages one after the other... :blush: