GDSercomm
GDSercomm copied to clipboard
Serial comms working on linux, but not windows
Hi,
I have already written one application to work with a serial device under windows which is working perfectly. I now need a second application which sends AT commands to a device, but under Windows, I get no response. The device if configured for 115200 baud, 8 bits, 1 stop bit, even parity, and works fine under linux.
Is there anything that I can supply to help fix this, although I do realise that it may no longer be maintained (whilst still very useful).
Many thanks, Mark
I think it might be related to my answer I gave on my repo that is dependening on this repo https://github.com/NangiDev/GDSerCommPlugin/issues/8#issuecomment-702565110
Somewhere down the line I think Godot made an update to have GDNative works and the way GDSercomm in written might be outdated. I also read somewhere that it might be to missing old (deprecated?) c++ libraries in windoms 10