-
j00d3
Nevermind, just found out how to open my Bluetooth port and realized it was within some of my other code, not an issue with comport itself.
-
j00d3
Update: I noticed I can access my Arduino through Pure Data when I am using a wired connection, this is only an issue when I try to use it with Bluetooth.
-
j00d3
Yes, I sent the "devices" message and the port I've been trying to use was listed as "free."
-
j00d3
Hi, I'm trying to connect 8 sensors from an Arduino to output sound through Pure Data. I am struggling to get Pure Data to read the port. When trying to connect to the port using [comport], I get the error message "failure(1168)."
Max has worked fine for me in the past, and I double checked the port in the Arduino IDE. It works fine in the Arduino IDE serial monitor. I also close the Arduino IDE serial monitor (and application) before trying to connect to Pure Data, and I still get the same error message.
If it matters, the port I'm using was made with a Bluetooth module (HC-05) connected to my Arduino.