Now living at https://github.com/timschmidt/repsnapper -- Cross-platform cross-machine RepRap communications library
Ralith/libreprap
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Libreprap is a library intended to abstract host <-> reprap communication, allowing all reprap host software to share common code for this task. Code hosting: https://github.com/Ralith/libreprap Page on the reprap wiki: http://reprap.org/wiki/Libreprap Currently, gcdump (from reprap-tools) and the development branch of RepSnapper is using this lib, but once it matures, the intention is for every host software to start using it. == Development == You can debug the serial code wihtout an actual firmware by using socat: * sudo socat -d -d pty,link=/dev/libreprap,raw,echo=0 readline,raw,echo=0 ** This gives a simple serial terminal that you can use to talk to libreprap * connect your client software to /dev/libreprap ** now send anything and see it appear on the socat terminal * for testing libreprap with minimal distractions, try gcdump from https://github.com/Ralith/reprap-utils ** "gcdump -v -p 3 /dev/libreprap" eats from stdin and outputs to stdout. Use "-p 5" instead for comms checksumming
About
Now living at https://github.com/timschmidt/repsnapper -- Cross-platform cross-machine RepRap communications library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published