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

Failed to load library : hxSerial.ndll #12

Open
0xF6 opened this issue Dec 3, 2020 · 2 comments
Open

Failed to load library : hxSerial.ndll #12

0xF6 opened this issue Dec 3, 2020 · 2 comments

Comments

@0xF6
Copy link
Collaborator

0xF6 commented Dec 3, 2020

Check installed hxSerial

01-blink → λ git [master ≡] → haxelib install hxSerial                            
You already have hxSerial version 0.1.2 installed

Try print list of serial port (when arduino has connected)

01-blink → λ git [master ≡] → haxelib run hxArduino --portlist                    
Called from hxSerial/Serial.hx line 93
Uncaught exception - load.c(237) : Failed to load library : hxSerial.ndll

And try install into device

01-blink → λ git [master ≡] → haxelib run hxArduino --install -port "COM4" --debug
Called from hxSerial/Serial.hx line 93
Uncaught exception - load.c(237) : Failed to load library : hxSerial.ndll
also COM4 rly available

image

also, i'il checked issues in hxSerial repo and owner is not maintained project, sad

I think it is not so critical - because the Arduino IDE can load raw images directly to device, thus compiling i can upload firmware via ArduinoIDE

Additional information:

→ haxelib list
hxArduino: [1.2.2]
hxSerial: [0.1.2]

→ haxe --version
4.1.4

hxArduino from master git (and copy-paste into haxelib path)

→ win-ver
 Windows 10, kernel: 10.0.20262

→ arduino sdk
Arduino IDE 1.8.13
@0xF6
Copy link
Collaborator Author

0xF6 commented Dec 3, 2020

Maybe replace hxSerial with another library?
Or using uploader from ArduinoSDK?
Or integrate with PlatformIO?

@ianharrigan
Copy link
Owner

I think this is an issue with 32 / 64 bit system / neko... But agree, it makes sense to use something else now since hxSerial is no longer supported

Cheers,
Ian

@0xF6 0xF6 mentioned this issue Dec 5, 2020
10 tasks
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