Search found 88 matches

by skylin008
Tue Nov 22, 2016 8:55 am
Forum: MicroPython pyboard
Topic: How to call linux bash from micropython
Replies: 6
Views: 8193

Re: How to call linux bash from micropython

Hello pythoncoder,
when I run the uos.system function,the error logs as follow:

>>> import os
>>> import uos
>>> uos.system()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'system'


How to solve this issue,Thanks!
by skylin008
Tue Nov 22, 2016 7:27 am
Forum: MicroPython pyboard
Topic: How to call linux bash from micropython
Replies: 6
Views: 8193

Re: How to call linux bash from micropython

Thanks pythoncoder support.I will be try and check it out!
by skylin008
Tue Nov 22, 2016 4:07 am
Forum: MicroPython pyboard
Topic: How to call linux bash from micropython
Replies: 6
Views: 8193

How to call linux bash from micropython

Hello,every one! I want to using efax software,How to call efax command line from micropython.Thank you very much!
by skylin008
Wed Aug 10, 2016 9:00 am
Forum: Development of MicroPython
Topic: image convert
Replies: 1
Views: 2311

image convert

How to covert the Group 3 fax file to tiff file in MicroPython!TKS!
by skylin008
Thu Aug 04, 2016 6:03 am
Forum: MicroPython pyboard
Topic: How to use the pyboard usb host function
Replies: 1
Views: 2325

How to use the pyboard usb host function

Hi,every one ! How to use the pyboard usb host function to be connected the printer.TKS!
by skylin008
Fri Jul 22, 2016 2:51 am
Forum: MicroPython pyboard
Topic: UART read data from fax modem
Replies: 0
Views: 2880

UART read data from fax modem

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. Wh...
by skylin008
Tue Jul 19, 2016 3:58 am
Forum: General Discussion and Questions
Topic: how to found DLE(0x10) ETX(0x03) via re.search
Replies: 3
Views: 3532

Re: how to found DLE(0x10) ETX(0x03) via re.search

Hello @ Roberthh,
The fax modem connected the pyboard via uart, pyboard received fax data stream and at the end of the data to the DLE ETX sign .How to use UART.read (1) or UART.readinfo () function availabe, and judge the end of data, how to write this function, thank you!
by skylin008
Tue Jul 19, 2016 3:15 am
Forum: General Discussion and Questions
Topic: how to found DLE(0x10) ETX(0x03) via re.search
Replies: 3
Views: 3532

Re: how to found DLE(0x10) ETX(0x03) via re.search

Thank you Roberthh,I will be try.
by skylin008
Mon Jul 18, 2016 3:49 am
Forum: General Discussion and Questions
Topic: how to found DLE(0x10) ETX(0x03) via re.search
Replies: 3
Views: 3532

how to found DLE(0x10) ETX(0x03) via re.search

In dataframe ,how to search the escape char" DLE ETX" via the re.search. How to write the regulator.Best Regard.TKS!
by skylin008
Wed Jun 08, 2016 9:06 am
Forum: MicroPython pyboard
Topic: How to pyboard achieve the usb print function
Replies: 6
Views: 5934

Re: How to micropython achieve usb print function

@ markxr,Thanks!Pyboard have USB controller intergrated.I was a novice for printers , how to achieve printing protocol via network , whether you information in this regard , it was very grateful !