Wiki source code of Check List for UART access issue -- STM32
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.3 | 1 | = 1. Introduction = |
![]() |
1.1 | 2 | |
![]() |
1.3 | 3 | This chapter describe the checklist for not able to access to AT Command in Dragino LoRaWAN End Node base on STM32 chip. |
![]() |
1.1 | 4 | |
![]() |
1.3 | 5 | = 2. Not able to send AT Command = |
![]() |
1.1 | 6 | |
![]() |
1.3 | 7 | * Do you use a USB to TTL Converter? If you use RS232 converter, it won't work |
8 | * Can you see the output from console. | ||
9 | * Do you use the correct baudrate: | ||
![]() |
1.1 | 10 | |
![]() |
1.4 | 11 | (% class="box" %) |
12 | ((( | ||
13 | ~** Baudrate: 9600 | ||
14 | ~** Data bits: 8 | ||
15 | ~** Stop bits: 1 | ||
16 | ~** Parity: None | ||
17 | ~** Flow control: None | ||
18 | ))) | ||
![]() |
1.1 | 19 | |
![]() |
1.3 | 20 | * Did you have the hardware RXD pin connected correctly according to the user manual? |
21 | * Did you add the **ENTER** and **NEW LINE** after press send. Some serial utility doesn't add them by default. Below is an example for adding new line: | ||
![]() |
1.1 | 22 | |
![]() |
2.2 | 23 | [[image:image-20220527083416-1.png]] |
![]() |
1.1 | 24 | |
![]() |
1.3 | 25 | Add a new line in some software |
![]() |
1.1 | 26 | |
27 | |||
![]() |
1.3 | 28 | = 3. If you still not able to fix this issue = |
![]() |
1.1 | 29 | |
![]() |
1.3 | 30 | please send us below info at support@dragino.com |
![]() |
1.1 | 31 | |
![]() |
1.3 | 32 | * Screen shot for your serial utility baud rate settings. |
33 | * Screen shot of your serial console. | ||
34 | * A photo shows clearly how you use USB-TTL adapter connect to the device. |