We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c9f12 commit 3f81fbbCopy full SHA for 3f81fbb
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