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