Is it possible to get servo angle ?

I will use this servo http://geraicerdas.com/mini-servo-turnigy-9g
I could type some code and cause the servo to rotate 0-60 degrees.
It is succesful!

How if I rotate the servo manually (with my hand)
is there a way so I can display in the serial monitor how many degrees I already rotate?

Thank you for reading my post.
Sorry for my bad english, if there is unclear, just let me know :grin:

Without modifying the servo, no.

zoomkat:
Without modifying the servo, no.

Then again...

http://forums.parallax.com/showthread.php/84991-Propeller-Application-Proportional-feedback-from-a-Standard-Hobby-Servo-(Upda?p=582447#post582447

Then again...

Add this also...

How if I rotate the servo manually (with my hand)
is there a way so I can display in the serial monitor how many degrees I already rotate?

What you need is an encoder.

arduinohabib:
What you need is an encoder.

Thank you, it is what I mean!