Difference between revisions of "ExternalProtocol"

From Wiki in Space
Jump to: navigation, search
(Created page with " == Arduino Controllers == Objects in space was made with the intention that it could be playable with just buttons.<br /> You can also get almost all the information from th...")
 
(Arduino Controllers)
Line 4: Line 4:
 
Objects in space was made with the intention that it could be playable with just buttons.<br />
 
Objects in space was made with the intention that it could be playable with just buttons.<br />
 
You can also get almost all the information from the in-game UI sent back to your Arduino. <br />
 
You can also get almost all the information from the in-game UI sent back to your Arduino. <br />
There are 193 Commands, 164 Boolean Requests, and 24 Numeric Requests for a total of 381
+
There are 193 Commands [[Serial Commands]], 164 Boolean Requests, and 24 Numeric Requests for a total of 381
 
 
  
 
== Protocol ==
 
== Protocol ==

Revision as of 22:03, 2 June 2018

Arduino Controllers

Objects in space was made with the intention that it could be playable with just buttons.
You can also get almost all the information from the in-game UI sent back to your Arduino.
There are 193 Commands Serial Commands, 164 Boolean Requests, and 24 Numeric Requests for a total of 381

Protocol

Currently on the OiS Serial Data Protocol page the Handshake information is incorrect
To connect your Arduino to the game you need to send 451 with a newline at the end. The game will send back 452. source(Nocturnal)