Communication between micro pyhton and c++
Posted: Thu May 15, 2014 12:42 pm
Hi all,
First, Thanks for this wonderful project, i really enjoy experimenting with my fresh received board.
I try to establish a bidirectional communication between uPyhton and C++ through Serial.
The goal is to send python code from c++ and receive the result, the same way as it is done by Putty.
I think about using the REPL mode likes with Putty, but don't succeed to make it works.
I succeed to connect to the board with a serial library, but commands i send appear to not being executed.
Any idea ? Do i go the wrong way ?
Thanks for your answers !
First, Thanks for this wonderful project, i really enjoy experimenting with my fresh received board.
I try to establish a bidirectional communication between uPyhton and C++ through Serial.
The goal is to send python code from c++ and receive the result, the same way as it is done by Putty.
I think about using the REPL mode likes with Putty, but don't succeed to make it works.
I succeed to connect to the board with a serial library, but commands i send appear to not being executed.
Any idea ? Do i go the wrong way ?
Thanks for your answers !