• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

RS232 / Serial Connection?

XD005

Member
Anyone know if there is a good RS232 / Serial Extension?
I only know of the Arduino extension but you can't send binary or decimal data with it.
I need to send an 8-bit binary and you can't send 00000000 as that ASCII character isn't printable.
I remember seeing a RS232 DLL on the legacy forums but I can no longer find it. I also need to send this data every frame so I don't think I can use a shell unless there's an extension that can do it fast.
Any suggestions are greatly appreciated .
 

XD005

Member
Sorry to bump, I was able to locate the old RS232 extension but it's in legacy .gex format?
Anybody know if there is a way to convert it and use it in GMS 2.3?
 
Top