Dot:pisend: Difference between revisions
From SpecNext Wiki
Created page with "= .PISEND dot command = This utility sends data to the NextPi over the UART link. == Usage == <code>.pisend</code> entered at the basic prompt with no arguments will print..." |
(No difference)
|
Latest revision as of 23:38, 31 May 2020
.PISEND dot command
This utility sends data to the NextPi over the UART link.
Usage
.pisend entered at the basic prompt with no arguments will print help.
The help text is reproduced here:
use:
.pisend -c {cmd}
sends a command to the pi0, eg:
.pisend -c nextpi-tzx_load rbc.tzx
.pisend -c nextpi-play_sid sing*
.pisend -c nextpi-tzx_load rbc.tzx
.pisend -c nextpi-play_sid sing*
.pisend -q
discovers pi0 and sets baud
You must send this -q first to discover the pi0. Reg f
is set on successful exit
.pisend -r
flush what is in the uart buffer
to / 49152 with 512 bytes
pisend {filename}
pisend will base64 encode and
trasnmit to the pi0
Thanks to kevb, TimG, Big D and all the rest...
Building
Source here.