Skip to content

Jerzha/pycom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

pycom

A Simple serial tool for MAC OSX / Linux The serial tool such as minicom cannot support baurdrate more then 1M (e.g. rk3399 using 1500000 for debug), but pyserial works well.

Usage:

  • install pyserial first
  • ./com /dev/tty.<dev> [-b <baurdrate>]
  • the default value of baurdrate is 1500000
  • entry 'exit' to exit pycom

Feature:

  • Support serial input/output
  • Support ctrl-c transport
  • Support all function keys transport

Q&A:

if you got "ImportError: cannot import name properties", please
   sudo easy_install pyserial first
OR sudo pip install pyserial first

About

A very simple but useful python serial tool for MAC OSX / Linux for supporting 1.5M bitrate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages