About 372,000 results
Open links in new tab
  1. AttributeError: module 'serial' has no attribute 'Serial'

    Dec 17, 2016 · AttributeError: module 'serial' has no attribute 'Serial' Asked 8 years, 10 months ago Modified 9 months ago Viewed 50k times

  2. Arduino - garbled serial output - Stack Overflow

    Jul 27, 2013 · I was using the Arduino to program a ATtiny84 but was getting garbled output or serial was stopping after the 1st line until I reset the Arduino. The issue was the Arduino had …

  3. arduino - How do you display the Serial Monitor in VS Code?

    Aug 12, 2022 · 6 To start the serial monitor in Visual Studio Code go to the command palate Ctrl + Shift + P and enter “serial” then select Focus on Serial Monitor View. The serial monitor …

  4. serial - formatting strings in Arduino for output - Arduino Stack …

    I wander what is the best option for formatting strings in Arduino for output. I mean what's a preferable way in the point of view of performance, memory usage – things like that. I see, …

  5. uart - Send HEX number over serial - Arduino Stack Exchange

    Mar 1, 2003 · I have a RS232 device that I am able to communicate with using RealTerm on a windows PC. The device is expecting a hex string like AA BB 03 01 03 EE How would I send …

  6. What is the difference between Serial.write and Serial.print? And …

    Apr 15, 2015 · 25 From the Arduino site for Serial.write and Serial.print: Serial.write () Writes binary data to the serial port. This data is sent as a byte or series of bytes; to send the …

  7. python to arduino serial read & write - Stack Overflow

    I'm trying to "ping pong" info back and forth between some python code and arduino code. I want to send two setpoints to the arduino code periodically (for instance on the minute), read them …

  8. serial - 'Serial1' was not declared in this scope - Arduino Stack …

    Used: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SoftwareSerial Not used: C:\Program Files (x86)\Arduino\libraries\SoftwareSerial exit status 1 'Serial1' was not declared …

  9. how to print text and variable's values in the same line with Serial ...

    how to print text and variable's values in the same line with Serial.println in Arduino Asked 9 years, 2 months ago Modified 3 years, 2 months ago Viewed 148k times

  10. What does the line "while (! Serial);" do in an Arduino program?

    Oct 11, 2014 · Strictly "When you open the serial port of a board like the Uno or Mega the whole board resets," is not correct. The Arduino's IDE does that by default. However, simply opening …