I finally figured it out. It only works if Rails is using Webrick, instead of the default Thin server. If I do "rails server webrick", then I'm able to upload data from the arduino, either from the official library or without the library.
↧
I finally figured it out. It only works if Rails is using Webrick, instead of the default Thin server. If I do "rails server webrick", then I'm able to upload data from the arduino, either from the official library or without the library.