COS301-SE-2024 / IoT-DIRfram

This project aims to develop software for a Raspberry Pi that automatically executes when connected via USB or UART to retrieve information from an IoT device. The software will gather details such as firmware version, chip model, and voltage usage, compiling them into an XML format.
0 stars 0 forks source link

Quintin test - Merge into dev #16

Closed u21513768 closed 3 months ago

u21513768 commented 3 months ago

test.py - Write to text file test2.py - Tries to get voltage via pyusb.read() test3.py - Tries repeatedly to get voltage via pyusb.read() test4.py - gets and displays info for all usb devices in the system test5.py - gets vendor name and product name based on usb.ids text file test6.py - tries to get voltage info - doesn't work test7.py - voltage test - might detach device from kernel - DO NOT TEST test8.py - displaying data segmented - Test file for production file - logged to console test9.py - write data to XML file - Production file