> On Mar 13, 2018, at 8:50 AM, Lehi Toskin <lehi.tos...@gmail.com> wrote:
> 
> There must be something I'm missing, but there's not much in the docs that 
> would help me.

Just a guess, but this kind of double-dipping on ports is usually not possible, 
because once bytes are read from a port, they're gone. If you want to display 
the bytes twice, probably it requires a combination of peek + read, or copying 
the port. 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to