beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
<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>
<abu[7]> I tried here $ cat /dev/urandom |hd
<abu[7]> gives random stuff
<abu[7]> For 'hd' I have the script http://pb1n.de/?9e5b68
isaneran has quit [Ping timeout: 246 seconds]
<razzy> with $cat /dev/ttyUSBX | hd i can read some usable data. Maybe I can setup sequence for end of line? and than use (in "" (line T))?
<abu[7]> or, instead of end of line, some other char?
<abu[7]> (till "x" T)
<abu[7]> (line T) is the same as (till "\n" T)
<abu[7]> (at least for the first line)
<razzy> I am very confused with data I am receiving.
<abu[7]> :)
<razzy> abu[7]: chmm, reader is either broken, or data is encrypted :)
razzy has quit [Ping timeout: 250 seconds]
razzy has joined #picolisp
razzy has quit [Quit: leaving]
msavoritias has quit [Remote host closed the connection]
DKordic has quit [Ping timeout: 250 seconds]