We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, 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
The text was updated successfully, but these errors were encountered:
Maybe replace hxSerial with another library? Or using uploader from ArduinoSDK? Or integrate with PlatformIO?
Sorry, something went wrong.
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
No branches or pull requests
Check installed hxSerial
Try print list of serial port (when arduino has connected)
And try install into device
also COM4 rly available
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:
The text was updated successfully, but these errors were encountered: