12-12-2021 05:26 AM
I try to create program in Unity, that will be conect Arduino project with Oculus Quest 2 using serial port (USB to USB). And i have few questions:
1) What the device nameof USB port (I found that the name is /dev/ttyHS0 but not shure)
2) Can i get access to port? Curently i get message that access denied (chmod: crw-rw---- and i can't change it)
The main idea is read information from Arduino device in string format and work with this in Unity Apk.
In Manifest was added all requered permisions.
12-12-2021 05:39 AM
udp or bluetooth better
12-12-2021 08:29 AM
I know but idea was to power device using oculus and i was think it was the simple solution, can you add some information about connecting using UDP and Bluetooth. Maybe some articles that you know?
Thank for information