Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
This code works for finite strings, but when the data keeps coming, I think the internal buffer gets over run and it hangs. Any help would be greatly appreciated.(undef, $string_in) = $ob->read(65536);
thanks,
krisjanitored by ybiC: Balanced <code> tags, linkifyed "Win32::SerialPort"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: win32::serialport buffer overflow
by Roger (Parson) on Nov 14, 2003 at 03:48 UTC | |
by Anonymous Monk on Nov 17, 2003 at 23:27 UTC | |
|
Re: win32::serialport buffer overflow
by rupesh (Hermit) on Nov 14, 2003 at 03:40 UTC |