Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ChangeIsConstant

  1. C

    [AVR] Communicate weighing scale with Arduino using RS232

    @ernpao Thank you for your reply. 1. The configuration and SerialEvent work only for Serial port and not the Software Serial port. 2. I have kept that in mind for use later but the problem here is I am not getting the exact bytes that I can use for the command 'ReadBytesUntil'. I saw something...
  2. C

    [AVR] Communicate weighing scale with Arduino using RS232

    I am trying to obtain the weights from a weighing scale KERN ew220-3nm to Arduino Uno through RS232. This is the code : #include <SoftwareSerial.h> SoftwareSerial mySerial(5, 4); void setup() { Serial.begin(9600); mySerial.begin(9600); } void loop() { while...

Part and Inventory Search

Back
Top