Motor Speed

How would I change the max motor speed for a motor controlled solely by the transmitter (no autonomy) using easyC?

Write the RX value to a variable using the RX input block. Use that variable to control the motor. Then you can limit the size of the variable as you desire.