Open MidimasterSoft opened 1 year ago
As I've written there (at syntaxbomb) the solution is to update the cast as 2 yrs ago the bbStringFromUTF8String-function was adjusted.
bbProductName = bbStringFromUTF8String((char)buffer); -> bbProductName = bbStringFromUTF8String((unsigned char)buffer);
bbPhysicalName = bbStringFromUTF8String((char)buffer); -> bbPhysicalName = bbStringFromUTF8String((unsigned char)buffer);
...
See here : https://github.com/bmx-ng/io.mod
We'll archive this module soon, I expect.
On Syntaxbomb a user reports heavy problems with the combination of current version of BlitzMax NG ( BlitzMax_win32_x64_mingw_0.136.3.51 ) with Bah.Serial.mod.
A test on 2 years old BlitzMax NG (BBC 0.129 BMK 3.45 Win32-x64 GCC 8.1.0) gave no such messages.
Here is a thread in syntaxbomb with detailed informations and discussion: https://www.syntaxbomb.com/blitz2d-blitzplus-blitz3d/serial-io-com-ports/
Compiler Log: