Hi All,
I have come across an issue on the Arduino Uno, for some reason the USB Serial does not work.
I have used the USB_Serial1 component and I have also:
* Initialised the USB
* I then used the USB Serial Send String
When I run the flowchart simulation I see the USB Serial component showing a green arrow on/off to show the data is been sent, however I can't see the data in serial monitor in Arduino or TeraTerm. One of the questions I wanted to ask is how do you set the Baud-rate?, is there perhaps a default baud rate which is used by the component?
Any help would be greatly appreciated,
Regards,
Gavo
Arduino Uno USB Serial
Moderator: Benj
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: Arduino Uno USB Serial
The Arduino UNO has no USB integrated into the controller but uses a uart port to drive a serial to USB chip on the board.
So you need to use a serial (uart) component, not the USB component.
So you need to use a serial (uart) component, not the USB component.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis