Correct Serial Library?

edited November 2013 in Library Questions

Hello World, I'm new and attempting to use the Serial Library to communicate with an Arduino on a Win7 64 bit machine using version 2.1. I'm running into the problem with the function readStringUntil(char) does not exist. Do I indeed have the correct library to do this included in the 2.1 version for my machine? What is the proper file name and in which folder can I verify this? This is a very powerful program, I'd love to be able to use it for various projects. Thank you.

Answers

  • edited November 2013 Answer ✓

    There is already a topic about this issue...

    Hint: the search from this forum is ineffective, search from Processing.org

  • Just to add some definitive clarification to this issue of v2.1 Win7 64 and readStringUntil;

    adding the 10 lines of code to Serial.java does not help

    changing to the 32 bit v2.1 is also missing the code and does not work

    reverting to v2.0.3 32 bit runs like a charm!

    thanks for all the work you put into a great endeavor!

Sign In or Register to comment.