Arduino - Serial Communications
Uploader Comments (metalx1000)
Video Responses
All Comments (10)
-
@Caleb68864 Actually it's Ctrl + D or type "exit" to leave the screen session.
-
@Caleb68864 Actually it's Ctrl + D or type "exit" to leave the screen session.
-
Caleb - Thanks. I was ganna ask about that (Ctrl+C). Now, how do you do this with PHP?
-
Pressing Ctrl +C while in the command window should stop the process running in that window
-
The line where it says, thirdSensor = map(digitalRead(2), 0, 1, 0, 255); it is actually a pushbutton on the third sensor (switch) that only fires 2 signals - on or off ,which is binary, thus the function/method parameter for map(analogin, inLow, inHigh,outLow, outHi) inLow is 0, and inHigh is 1, and it is being only converted to 2 values in ASCII code - 0 or 255 thus it will be displayable.
ty man you cleared up alot, but i read somwhere after i wire up the 5volts, and ground, with resistors and all, that my two serial inputs form the female usb need to be wired into ONE port? can u help?
dodgedart74 1 year ago
@dodgedart74: Sorry, I'm not sure what you are asking. What is it you are trying to accomplish? Do you have a link to what you are talking about? Maybe I'll understand better if I read what you read.
metalx1000 1 year ago
Are you still working on your robot? I'm dying to see that thing walk!
arthursucks 1 year ago
@arthursucks: It's been sitting on My desk since I made that video. I got the motors in. I just need to get around to it. I'm turning my back room into a work shop this weekend. That will give me more space to work.
metalx1000 1 year ago