Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB/Serial lasercutter connection does not work on ARM Mac #737

Open
Alireza-Safdari-Khosroshahi opened this issue Nov 18, 2024 · 6 comments

Comments

@Alireza-Safdari-Khosroshahi

After starting the VisiCut i got an error.
image
After start the VisiCut from the content folder and prepareing the execution got this one.
image

@t-oster
Copy link
Owner

t-oster commented Nov 18, 2024

Looks as if the purejavacomm library is not ARM compatbile, at least the version we are using.

@t-oster
Copy link
Owner

t-oster commented Nov 18, 2024

Are you using a laser cutter over USB or over network?

@Alireza-Safdari-Khosroshahi
Copy link
Author

I’m using a K3 laser cutter connected via USB.

@mgmax mgmax changed the title Execution problem on mac USB/Serial lasercutter connection does not work on ARM Mac Nov 19, 2024
@t-oster
Copy link
Owner

t-oster commented Nov 20, 2024

test.zip
can you try to run this version? I replaced the purejavacomm library with

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-purejavacomm</artifactId>
    <version>2.0.28</version>
</dependency>

(but I did not check where it is from, nor what is inside, so be cautious)

@Alireza-Safdari-Khosroshahi
Copy link
Author

Alireza-Safdari-Khosroshahi commented Nov 20, 2024

First of all, thank you for your support.
I have checked the version, but unfortunately, it didn’t work. It seems there is an issue with opening the TTY.

image
image

@t-oster
Copy link
Owner

t-oster commented Nov 20, 2024

Well at least this looks different. Now this may be a permission issue, but I am not an osx user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants