charlespavlov
Newbie level 5
PIC terminal
Hello again
I'm thinking of making a PIC terminal.
It'd take commands from a PC via serial, display them on serial, process data(ex: from sensors) and then perhaps send them back to the PC.
What's new to me is the command interpreter part of the software.
Commands would be structured something like this
$PPCCAABB
$-adress the uC
PP-command prefix, ex CM for command, SU (for set-up) to set options, MD (mode select)
CC-command code
AA-1st param (optional)
BB-second param (optional)
Does anyone know of a documented attempt of doing this? I'd REALLY like some inpiration
Hello again
I'm thinking of making a PIC terminal.
It'd take commands from a PC via serial, display them on serial, process data(ex: from sensors) and then perhaps send them back to the PC.
What's new to me is the command interpreter part of the software.
Commands would be structured something like this
$PPCCAABB
$-adress the uC
PP-command prefix, ex CM for command, SU (for set-up) to set options, MD (mode select)
CC-command code
AA-1st param (optional)
BB-second param (optional)
Does anyone know of a documented attempt of doing this? I'd REALLY like some inpiration