1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

3 Commits

Author SHA1 Message Date
Bogdan Marinescu
e823c8d3fc RFS server fix for serial connections
On Linux, the serial connection was not setup properly, which led to
weird errors in the RFS server. This fix disables any input processing
in the termios layer, thus fixing the problem. Thanks to Markus Korber
for reporting and fixing the issue.
2011-12-17 17:17:46 +02:00
Bogdan Marinescu
a0ecdc124b RFS server fix
Read from the UART file descriptor until no data can be read
anymore (POSIX only). This is needed because sometimes the
RFS server didn't read all the available data and signaled errors.
2011-12-15 23:35:17 +02:00
Bogdan Marinescu
81e7f040fc merged remotefs_int branch on trunk, not fully tested yet 2011-01-16 00:23:19 +00:00