TL;DR: I need to send custom pulses through a USB cable to an Arduino UNO using Java.
So, what I want to do is to simulate the serial signals from a GPS module to an Arduino UNO.
To do this, I plan to use the signal wires of a USB 2.0 connector with the RX and GND pins of the Arduino.
Because good software is hard to find and this is a good oppurtunity to practise, I would like to write it myself using Java.