Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

at command demo #91

Open
mtuxpe opened this issue Apr 2, 2021 · 2 comments
Open

at command demo #91

mtuxpe opened this issue Apr 2, 2021 · 2 comments

Comments

@mtuxpe
Copy link

mtuxpe commented Apr 2, 2021

Regarding bl602 demo_at :
https://pine64.github.io/bl602-docs/Examples/demo_at/AT.html
The documentation is very complete. I compiled and flash the bin. But I can't find any information indicating which port / baud is used in the application.

@adrienluitot
Copy link

I'm not 100% sure, but I suppose you have this line in your code: bl_uart_init(0, 16, 7, 255, 255, 2 * 1000 * 1000);.
The second parameter is the TX pin and the third is the RX pin, the last parameter is the baud rate, sets at 2 000 000 in this example.

If you don't have this line in your code I don't know how its configured. ^^

@msam-rak
Copy link

got; thanks @adrienluitot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants