GDSercomm icon indicating copy to clipboard operation
GDSercomm copied to clipboard

Serial comms working on linux, but not windows

Open marpate1 opened this issue 3 years ago • 1 comments

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

marpate1 avatar Sep 08 '20 16:09 marpate1

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

NangiDev avatar Oct 02 '20 07:10 NangiDev