jim lee
Reaction score
2

Latest activity Postings About

    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      Thanks! That was exactly what I was looking for! -jim lrr
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      Does Serial1 hold the program while it's transmitting? It doesn't seem like it does. If not, is there something I can watch to make sure it's all done before adding more? What I'm seeing looks kinda' like I'm interrupting it while it's busy...
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      There you go. Compiled. run, asked to hold, failed. Now, to be fair. I don't remember this being an issue back when the 3.2 was "the thing". Only in the last few years has this shown up and.. Wait, I just tested this on my laptop Mac. And it...
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      • Screenshot 2025-03-27 at 9.04.50 PM.png
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      This is the built in, talking to Arduino IDE serial monitor. The development machine. (2023 Mac)
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      void setup() { Serial.begin(9600); while (!Serial) {} // wait for Serial printHelp(); } Actually no, this fixes nothing. Exact same result. -jim lee
    • jim lee
      jim lee replied to the thread 3.2 Serial question.
      Thanks! That clears up a lot. One more question, I'm still using up my 3.2s and I'm running into issues that putting text after native Serial.begin(xxx); is either ignored or jumbled up like pieces are being missed while it's trying to get...
    • jim lee
      If I call.. Serial1.begin(9600); Will it actually run at that slow of a speed? Or will it go to a faster limit? Thanks! -jim lee
  • Loading…
  • Loading…
Back
Top