hello
i am using tm4c123gh6pm to run a stepper motor. according to my code if i write 10 to COM3( which is where the controller is connected) , the motor should spin. When i directly write to the port using command prompt (i use the function echo 12>com3) , the motor spins. however , when i write a code in visual studio to write 3 to the com port the motor does not spin. What could possibly be wrong?