All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Technical Discussion: Software Solutions Needed for Linking Two Computers via USB

By

WorldDev

7mo ago· 16 min readenNews

Summary

The article is a technical discussion from Hacker News about creating a USB device to link two computers. The main advice suggests that a purely hardware-based solution isn't feasible for sending input from one laptop to another system, as there's no USB profile available for collecting input from a system. The recommendation is to abandon the requirement for two USB device ports and instead focus on software solutions that can gather input from the laptop. The discussion emphasizes that software is necessary on the laptop to collect input, and existing software solutions in the field should be explored rather than attempting to invent a hardware-only solution.

Key quotes

· 5 pulled
I don't think you can tackle this purely from a hardware side.
If you want to send input from the laptop to another system, there's no kind of USB profile available to collect input from a system.
You're going to need software on the laptop to gather the input. That seems necessary.
You're not going to invent a purely hardware based solution here.
Given that, I'd abandon your starting requirement of needing two usb device ports.
Snippet from the RSS feed
jauntywundrkind 5 months ago | [–]

You might also wanna read