• 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!

Asset - Extension We need a serial communication DLL

We are a small Australian scoreboard manufacturer and have written a scoreboard program using GameMaker Studio due to it allowing us rapid development. We are in need of a serial output for this software that can interface with a relay PCB (we currently have a test unit from IORelay.com).

We have tried the currently available Arduino DLL which allows communication through a serial port however it fails to allow us to send the required commands as it sends a text string only.

The specific (byte) commands required are:
254, 0 - Turn off relay 1
254, 1 - Turn on relay 1

It would be ideal that we can send and receive both the bytes of our choosing, and text strings when required (for interfacing with our standard numerical scoreboards). It would be ideal if we could specify the following parameters in the software, however we currently require:
  • 9600 baud rate
  • 8 data bits
  • 1 stop bit
  • No parity
  • No flow control

Please forward your hourly rate (and currency) along with an estimate of how long you think this will take to my email address: [email protected]. We will discuss the specifics afterwards.
 

YellowAfterlife

ᴏɴʟɪɴᴇ ᴍᴜʟᴛɪᴘʟᴀʏᴇʀ
Forum Staff
Moderator
Sent an email.

Update: Work was finished and paid for. All is well.
 
Last edited:
Sent an email.

Update: Work was finished and paid for. All is well.
Hi YellowAfterlife.

We have been using this .dll for a while now and it has been great.

We are at a point where we need to transition to platforms other than windows.

The chosen platforms are Linux and Android. Do you think that porting the existing code to work in these environments will be possible?

If so, would you be interested in doing that conversion?
 
Top