<abu[7]>
Insted of (pbPut "myApp/file.css") you can as well do inside PilBox (vi "myApp/file.css") and later (pbGet "myApp/file.css") to transrer back to Termux or Pc
<abu[7]>
'pbGet' is also a command in Vip
<abu[7]>
:get
<abu[7]>
And the clearing of the PilBox cache can also be done directly in the PilBox REPL WITH
<abu[7]>
: (clearCache)
rob_w has joined #picolisp
rob_w has quit [Ping timeout: 252 seconds]
rob_w has joined #picolisp
msavoritias has joined #picolisp
seninha has quit [Remote host closed the connection]
rob_w has quit [Remote host closed the connection]
seninha has joined #picolisp
seninha has quit [Remote host closed the connection]
seninha has joined #picolisp
rick42 has quit [Ping timeout: 245 seconds]
rick42 has joined #picolisp
seninha has quit [Quit: Leaving]
seninha has joined #picolisp
seninha has quit [Quit: Leaving]
isaneran has joined #picolisp
seninha has joined #picolisp
razzy has joined #picolisp
<razzy>
hello, :) I have trouble reading hexadecimal string comming through serial line. (it is hexadecimal according to documentation.) I have not seen it.
<abu[7]>
Hi razzy!
<abu[7]>
(hex (line T)) ?
<razzy>
when I (cat /dev/ttyUSBX) It does not produce lines. I can (in "ttyUSB" (char)) which print question marks
<abu[7]>
I would try (hex (in "/dev/ttyUSB" (line T)))
<abu[7]>
Why (cat ...) ?
<razzy>
i meant $cat ttyUSB
<abu[7]>
ok
<abu[7]>
But it must be /dev/ttyUSB right?
<razzy>
$stty -F /dev/ttyUSB4 -a shows eol=<undef> eol2=<undef>