Hi Hans,
jal is not the language to decode almost any files. It is solely for 8bit 
microcontrollers. Such a controller is an excellent choice to control stepper 
motors in sync with an engraving laser module, but not for decoding any data 
files. You would want something with more computing power, more memory and 
other kinds of interfaces.
For decoding files, I myself would use a raspberry pi, connected to a PIC by 
UART. Then, I would transmit only simple actions like "go forward 300 steps, 
then turn on laser, go forward another 100 steps, turn off laser" to the 
microcontroller.
On a complete little computer, there are libraries for decoding most file types 
you may want to use. The microcontroller then can do the swiching with 
fractions of microseconds accuracy.  
Greets,Kiste
    Am Mittwoch, 29. Dezember 2021, 10:02:41 MEZ hat hans 
<[email protected]> Folgendes geschrieben:  
 
 Hi all,Having a lot of material like steppers laser etc i am now thinking 
about making a cnc graving tool. I have not yet  done anything with CNC etc. My 
question : Is there a Jal lib for CNC decoding or other advices?Thank in 
advance (again)regardsHans

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/17de83e8-726d-45fd-8d97-acd61ab06dbdn%40googlegroups.com.
  

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/1326119369.18945.1640783786967%40mail.yahoo.com.

Reply via email to