ground and 1 wire communication

hi i would like to know if it is posible to send data from a (master) arduino to another (slave) arduino with 1 wire and only common gnd

if yes, please help me on how this could happen (protocol or anything else)

Yes it is called the 1 wire interface. There are several chips that use this and there is an arduino library that implements this.

http://www.arduino.cc/playground/Learning/OneWire

and i can communicate like rx/tx communication?