UART read data from fax modem

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

UART read data from fax modem

Post by skylin008 » Fri Jul 22, 2016 2:51 am

Hello everybody, now pyboard through the serial port connected to the modem fax, all of the modem fax operation through the AT command.FAX modem works in the mixed mode. For the operation of command AT instructions using the uart. readLine ()function on the end of the character ("\r\n") analysis. When in the reception of data, the use of uart.readchar function or uart.read function, how to end the character ("DLE ETX") to resolve, and the received data to write the file inside it, thank you very much!

Post Reply