Update 'README.md'

This commit is contained in:
Jacob Hrbek 2023-05-13 06:15:00 +02:00 committed by Gitea
parent bff0c00247
commit c5ea1a7cb9
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3

View File

@ -20,4 +20,6 @@ The laser attaches an **FTDI USB Serial Device** that linux mounts to `/dev/ttyU
This effectively solves the USB enumeration step for us and should now just accept commands from the linux system, next step is to capture the packets from [wireshark](https://www.wireshark.org) and try to replicate them.
The current goal is to turn the laser ON and OFF by capturing the `Connect` and `Disconnect` signals from JobControl and documenting them.
The current goal is to turn the laser ON and OFF by capturing the `Connect` and `Disconnect` signals from JobControl and documenting them.
Request to get wireshark installed on the laser PC has been submitted to the CORE team on 08.05.2023.