Acroname Blog

Post Date:2 years 5 months ago
If you are not familiar with PyInstaller it is an application that allows you to bundle a python file or project into a single executable by providing a fully encapsulated environment. The benefit being that you won't need to fuss with setting up a python environment.  Simply execute the…
Post Date:3 years 4 months ago
Docker Technology to Spin up Small, Isolated Environments At Acroname, we hate it when customers have issues with software and that’s why we provide deployments for Windows, Mac and Linux across various architectures.  Amongst those deployments we also offer application programming…
Post Date:3 years 4 months ago
a.learnbtn { background: #fec200; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 10px 20px; display: block; text-align: center; max-width: 300px; border-radius: 6px; margin: 0 auto; margin-top: 15px;…
Post Date:3 years 8 months ago
How to Accomplish a Host Switch With the USBHub2x4 Often a simple USB switch with a physical button is used to switch USB devices between two different host computers. In many cases it would be nice to execute the host switch without physically pushing a button on the device. The Acroname…
Post Date:3 years 8 months ago
Expand Hub Functionality with BrainStem API Acroname's hubs are a robust hardware solution to many common usb related tasks:  remotely simulating a manual plug-cycle, charging (or not charging) batteries on connected devices, and switching control between two host computers.…
Post Date:8 years 10 months ago
Check out our new YouTube video "Up and running with BrainStem using our Python API". This video details how to properly configure your system to communicate with our Brainstem modules.  It includes: installing Python, pip, and the BrainStem API (.whl).  Once…
Post Date:9 years 1 month ago
Using BrainStem Python for Turning USB Device On And Off  Simple task automation for repetitive actions can be powerful aids in product development. Automatically connecting and disconnect devices from a USB bus is commonly done in manufacturing test and software regression test systems…