Is there anyway i can just force java to write bytes to a port. Ineed it to output a smaal amout of voltage to a relay so that it canmake a sronger output to ie ight a bulb. Is it possible?
If you are using primitive types you will have toconvert them to an array of bytes then pass this tothe OutputStreams write method.