Skip to content
/ serio Public

upload/download files to an embedded Linux system via a serial port shell

License

Notifications You must be signed in to change notification settings

frowand/serio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serio

upload/download files to an embedded Linux system via a serial port shell

The goal is to provide some of the same functionality as 'scp' and 'ssh' over a serial link instead of a network link, with a minimal dependency of programs on the remote system. Full feature replication of 'scp' and 'ssh' is not a goal. See Documentation/design_goals for more details.

For more information, see: ./serio --help ./sercp --help ./sersh --help

Most of the modules imported by serio are likely to be present. You may need to install pySerial for the 'import serial'. See https://pythonhosted.org/pyserial/pyserial.html#installation if further details are needed or for install from source.

Debian / Ubuntu: sudo apt-get install python-serial

other: pip install pyserial

contact info: [email protected]

If you submit an issue or pull request, please send an email to [email protected]

Start the email's subject line with: [github serio]

About

upload/download files to an embedded Linux system via a serial port shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published