We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c1c387 + 3f81fbb commit 40a0217Copy full SHA for 40a0217
1 file changed
test/loopback_hardware_test.jl
@@ -25,5 +25,7 @@ sleep(1)
25
@show write(s, txt)
26
sleep(1)
27
@show readavailable(s)
28
+@show write(s, Vector{UInt8}("Hello\n")) #22
29
+@show readavailable(s)
30
31
close(s)
0 commit comments