hey we wondering if we can bring our TL410c into the network.
main goal would be to send files to it. So we dont have to carry usb stick or be near the device to do so
we actually have a raspberry attached nearby to enable/disable laser - so we have something like a access control.
so main question: what exactly does a ip connection to a controller do (lightburn -> controller)
alternativly we would do a socat - network tunneling of the serial connection. And then use this to control it remotely. This may be a bit hacky and heavily depend on the setup on the maschines using it, we would prefer to “simply” connect to it (and have the hacky stuff only on the raspberry)
somebody may have thought about this before, we are happy to here from you.
here is how tl-410c is noticed in system when plugged in
root@laser:~# lsusb -d 0403:6001 -v
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6001 FT232 Serial (UART) IC
bcdDevice 4.00
iManufacturer 1 FTDI
iProduct 2 VNC1-A As Slave
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0020
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 2 VNC1-A As Slave
bmAttributes 0x20
(Missing must-be-set bit!)
(Bus Powered)
Remote Wakeup
MaxPower 60mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 VNC1-A As Slave
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0000
(Bus Powered)