Zum Inhalt springen

Laser/Hacking: Unterschied zwischen den Versionen

Pwnschlager (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Pwnschlager (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:
Nope.
Nope.
=== Communication Protocol ===
=== Communication Protocol ===
The protocol can be used in 3 ways.
- USB
- Network
- By saving the job to a file in the driver.


We didn't get the net- to work (haha) so we are using USB right now.
==== Setup Messages ====
Before sending the job to the lasercutter the driver sends and receives a few preflight messages.
We are unsure if the change when using the Network but they are omitted when saving a job to a file.
===== Click 'Search' =====
```
< 0x69 (i)
< 0x34 (4)
< 0xb8
< 0x4e (N)
> 0x69 (i)
> 0xb4
> 0xb8
> 0x4e (N)
> 0x36 (6)
> 0x2c (,)
> 0xb4
> 0x76 (v)
> 0x34 (4)
< 0x69 (i)
< 0x34 (4)
< 0x34 (4)
< 0x84
> 0x69 (i)
> 0xb4
> 0x34 (4)
> 0x84
> 0x34 (4)
> 0xb2
> 0xd4
> 0x0a
> 0x14
```
===== Select COM Device =====
```
< 0x69 (i)
< 0x34 (4)
< 0x34 (4)
< 0x24 ($)
> 0x69 (i)
> 0xb4
> 0x34 (4)
> 0x24 ($)
> 0x34 (4)
> 0x34 (4)
> 0xb4
> 0x74 (t)
> 0x34 (4)
```


=== Laserfirmware ===
=== Laserfirmware ===
Nope.
Nope.