giancarlocp

Results 4 comments of giancarlocp
trafficstars

After a code glance, I have noticed [queryString](https://github.com/MithrilJS/mithril.js/search?q=queryString&unscoped_q=queryString) is a common dependency to Mithril, Request and Route. Check [buildQueryString](https://github.com/MithrilJS/mithril.js/search?q=buildQueryString&unscoped_q=buildQueryString) and [parseQueryString](https://github.com/MithrilJS/mithril.js/search?q=parseQueryString&unscoped_q=parseQueryString)

I am looking to do a full duplex stream over one port. To process this a Multithread may help. I have seem the [serial_stream_read_write.cpp example](https://github.com/crayzeewulf/libserial/blob/master/examples/serial_stream_read_write.cpp) where you use two port...

Thanks @mcsauder. I have two machines and a signal in each one. To send them to the other as fast as possible, I was thinking in one thread to send,...

I may misunderstood something. How do we achieve full duplex in one thread? Has the hardware two separate buffers? and does it do the two(send/receive) jobs by itself? can we...