Dot:pisend

From SpecNext official Wiki
Revision as of 23:38, 31 May 2020 by Myopian (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

.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.