Skip to content

harcokuppens/repl_pybricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REPL for pybricks

Terminal program to start a REPL on a pybricks device.

This terminal program uses the Nordic Semiconductor (nRF) UART service in the bluetooth low energy(BLE) protocol. It reads in raw mode from stdin and sends each char read to the remote device. In this way any special control/escape characters are handled in the REPL program on the device. (e.g. needed to get TAB completion in the REPL working) Any data received from the device is directly printed to stdout.

About

Terminal program to start a REPL on a pybricks device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages