Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

using arduino libraries, baudrate appear to be wrong #4

@pat1

Description

@pat1

using this patch:
pat1@1a918c7

and a standardard build for arduino uno
defining a serial device working at 9600 baudrate I have to use this command to get the serial stdin/stout to work well:

simulavr -d atmega328 -z -b 9600 -F 32000000 --file mqtt_ethernet.cpp.elf

but the arduino uno board is a board with 16Mhz clock

using:
simulavr -d atmega328 -z -b 9600 -F 16000000 --file mqtt_ethernet.cpp.elf
puts wrong character in the stdout serial monitor

Any suggestions ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions