Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 5 months ago.
mbed connects with raspberry pi vis SerialPC
I like the direct USB cable connection between mbed and pi, avoiding hand-wire mbed serial tx,rx pins to raspberry pi's 40pin I/O for communication.
My question is whether mbed gets emulated as the same virtual com port on pi everytime? Or it could change on each boot-up.
Because I am trying to use pyserial to open the port and perform read/write, without "ls /dev/ttyACM*" each time.