Update 'README.md'

This commit is contained in:
Jacob Hrbek 2023-05-26 09:46:58 +02:00 committed by Gitea
parent c5ea1a7cb9
commit c41a14e82e
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3

View File

@ -18,8 +18,6 @@ The laser attaches an **FTDI USB Serial Device** that linux mounts to `/dev/ttyU
[ 172.733948] usb 1-1.1: FTDI USB Serial Device converter now attached to ttyUSB0
```
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.
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) on the current windows system that is used to handle laser and then try to replicate them from linux system.
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.
The current goal is to turn the laser ON and OFF by capturing the `Connect` and `Disconnect` signals from JobControl and documenting them.