Reply To: Trigger brick program from Python

HomeForumsMonoBrick Communication LibraryTrigger brick program from PythonReply To: Trigger brick program from Python

#4490
Author Image
Pascal SALLIOT
Participant

I’m trying to exchange mailbox’s messages between python 2.7 and the EV3’s software “LabVIEW” via a Bluetooth communication.
After several month searching, you’re the only one who was able to do this ; thank you for this work.

When I run the program above, I’ve got this message :

“SerialException(“could not open port %r: %r” % (self.portstr, ctypes.WinError()))
SerialException: could not open port ‘/dev/tty.EV3-SerialPort’: WindowsError(3, ‘Le chemin d\x92acc\xe8s sp\xe9cifi\xe9 est introuvable.’)”
It means that Windows is unable to find the path /dev/tty.EV3-SerialPort even if the brick is connected with the USB wire…

Any suggestions ?

Posted in

Make a donation