0

I am working on challenge 6 atm, but I cannot figure out which port to use. My Arduino IDE gives the following information: **enter image description here**

Which port do I need to use? For the Arduino program, I used the current highlighted one. However, when I type in this port in Java, the console just states: connecting to com14101.

Thanks for the help :)

Share a link to this question (includes your user id)
| edit | | close | delete |
0

I think you should use the full portname in the code, so in your case:

private String comPort = "/dev/cu.usbmodem14101";
Share a link to this answer (includes your user id)
| edit | delete |

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.