~aleteoryx/muditaos

ref: 4c30e3c5355fbb943408d4a0ede437d6e9e79888 muditaos/test/phone_sim_check.py -rw-r--r-- 287 bytes
4c30e3c5 — SP2FET [EGD-6190] Fix Bluetooth DMA transmission 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
# Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

from harness.uart import connection, log

results = connection.send_at("AT+CPIN?", 10000)
for result in results:
    print(result)