GIRA / PhysicalBits

A web-based programming environment for educational robotics that supports live coding and autonomy using a hybrid blocks/text programming language.
https://gira.github.io/PhysicalBits/
MIT License
18 stars 5 forks source link

The application is still trying to open the port #40

Closed jennifferch closed 3 years ago

jennifferch commented 3 years ago

I have this message:

Conectando por serie..... Abriendo puerto: COM3

but it never shows me an error message or a success message.

RichoM commented 3 years ago

This sucks. After a lot of testing we discover that this error happens when the Visual C++ 2010 Redistributable Package (x64) is not installed (as mentioned here).

From what I read, it looks like newer versions of JNA don't have this issue. I don't know if we can update it, though. I'll look into that. For now, I think I'll add a "Troubleshooting" page describing this problem and how to solve it.