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