Hi,
in Xcode i’m using …
ard.connect("/dev/cu.usbserial-A900ceWs",57600);
does it only works for mac? or how can i also compile it for windows ?
Hi,
in Xcode i’m using …
ard.connect("/dev/cu.usbserial-A900ceWs",57600);
does it only works for mac? or how can i also compile it for windows ?
Serial port names on Windows are usually things like “COM3” rather than the longer names that OSX/Linux give. You can quickly check what port your Arduino is on by opening up the Arduino IDE and checking what port your Arduino is using there.
Compiling an application for Windows isn’t something you can do in XCode, but you can write the code and then compile it in Visual Studio or CodeBlocks.