Search found 4 matches

by Alqx
Thu Mar 11, 2021 6:09 pm
Forum: Programs, Libraries and Tools
Topic: Automate command lines that use rshell
Replies: 2
Views: 2623

Re: Automate command lines that use rshell

Hi Dave,
Thanks a million !! :D
It works !
(And just to let you know: the command works also without quotes on windows )
by Alqx
Wed Mar 10, 2021 1:03 pm
Forum: Programs, Libraries and Tools
Topic: Automate command lines that use rshell
Replies: 2
Views: 2623

Automate command lines that use rshell

Hi the micropython community, I encountered a problem using rshell :( . In fact, I am on windows 10 and I am using a batch file to automate command lines (4 lines in all). The 3 rd line involves the rshell. Only here, once I am correctly connected to the rshell, the last line is not carried out. Do ...
by Alqx
Fri Jan 22, 2021 3:42 pm
Forum: MicroPython pyboard
Topic: How a pyboard can request the runnig of a program on a computer ?
Replies: 3
Views: 2965

Re: How a pyboard can request the runnig of a program on a computer ?

Thank you Mathieu,
We took a good look at what you sent us. We are still beginners, so we did not understand the content of the link😭. If someone could give us more information or even suggest another method (more precise if possible). We are open to all proposals 😀!
by Alqx
Thu Jan 21, 2021 5:41 pm
Forum: MicroPython pyboard
Topic: How a pyboard can request the runnig of a program on a computer ?
Replies: 3
Views: 2965

How a pyboard can request the runnig of a program on a computer ?

Hello to the whole micropython community! I am a student and have a micropyhton project with my classmates. Our project is to control motors with the Pyboard, however the pyboard needs information (information relating to the time during which a motor must be running). This information are obtained ...