Sam Kristoff
Sam Kristoff
+1 We would also use this for capturing short buffers of fast data from oscilloscopes and other high speed DAQ devices.
Hey @anup28, I think this should be possible if you configure the container correctly: https://stackoverflow.com/questions/42697985/kubernetes-node-device-port-usb-mapping-to-pod-or-swarm-service-device-mapp Out of curiosity, what are you working on needs to access the MCC hardware from...
Closing Duplicate of this issue (leaving this one open for now) See https://www.labviewhacker.com/forums/viewtopic.php?f=11&t=480 https://github.com/MakerHub/LINX/issues/65
I had the same issue after running easyeda2kicad for the first time on an existing symbol library. The new part was added to the library file but included an extra...
Are you using the VISA VIs in LabVIEW to interact with the serial port? If so, VISA needs to be installed on the target (WuKong Pi). Does LabVIEW throw an...
When using local IO, the VIs calls into a shared object under the hood and the shared object will make target specific calls. This does not use the serial port....
The source code for the shared objects is in https://github.com/LVMakerHub/LINX/tree/main/LabVIEW/vi.lib/MakerHub/LINX/Firmware/Source See the makefile here: https://github.com/LVMakerHub/LINX/blob/main/LabVIEW/vi.lib/MakerHub/LINX/Firmware/Source/make/Makefile
Can you post a screenshot of the error. Did you modify any of the LINX VIs?
A couple thoughts. The UART buffer size on the device is defined [here ](https://github.com/L1ikhith/Linx-STM32f/blob/8a8bba4ff1120b6c831d1d1098d6a3984ac51262/STM32-LINX-LABVIEW/src/LinxSTM32F4.cpp#L70C1-L71C1). This determines the max packet size since it has to fit in the buffer. Yours looks...