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
Hi,
All the other functions in the package work fine except the the write function. I'm trying:
using SerialPorts s = SerialPort("/dev/ttyUSB0", 9600) write(s, Vector{UInt8}("Hello\n"))
But I get:
510 bytes sent!
At the other end, I receive 510 bytes with all of them '\0'.
However, if I directly do the same in Python environment, I receive correctly all the bytes.
I'm using :
versioninfo() Julia Version 0.6.1 Commit 0d7248e (2017-10-24 22:15 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i7-7820HK CPU @ 2.90GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT NO_AFFINITY HASWELL) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
The text was updated successfully, but these errors were encountered:
Allow write of UInt8, closes #21 #22
1c9710e
Test and close issue #22
3f81fbb
Merge pull request #26 from JuliaIO/sjk/1.0
40a0217
No branches or pull requests
Hi,
All the other functions in the package work fine except the the write function. I'm trying:
But I get:
At the other end, I receive 510 bytes with all of them '\0'.
However, if I directly do the same in Python environment, I receive correctly all the bytes.
I'm using :
The text was updated successfully, but these errors were encountered: