You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All custom arduino controllers we've created communicate with unity over serial ports. In order to make this communication happen in Unity, we have a package called 'Ardity' that has a script called 'Serial Controller'. Serial Controller is what actually handles the communication, based on a port id and baud rate.
The port id and baud rate we have currently set by default is based on our tests on an iMac with our specific hardware but this can definitely change on different systems. Instead of always having the same port and baud rates, we need these to begin at our default values but be change-able in a text-area on the control menu by users at runtime. Ideally, it'd be great if Unity could search through the ports of all of the arduinos connected to the system and present that list to the user, similar to what the Arduino software itself does when you have to set a port. This should be possible with the Ardity package included in assets.
The text was updated successfully, but these errors were encountered:
All custom arduino controllers we've created communicate with unity over serial ports. In order to make this communication happen in Unity, we have a package called 'Ardity' that has a script called 'Serial Controller'. Serial Controller is what actually handles the communication, based on a port id and baud rate.
The port id and baud rate we have currently set by default is based on our tests on an iMac with our specific hardware but this can definitely change on different systems. Instead of always having the same port and baud rates, we need these to begin at our default values but be change-able in a text-area on the control menu by users at runtime. Ideally, it'd be great if Unity could search through the ports of all of the arduinos connected to the system and present that list to the user, similar to what the Arduino software itself does when you have to set a port. This should be possible with the Ardity package included in assets.
The text was updated successfully, but these errors were encountered: