I'm using the RXTXcomm.jar to listen to a device on a COM port in windows. The code is working and reading the data ( credit card mag strip ) but it's splitting the data into multiple inputstreams. I want all the data to come back in one shot. One swipe will hit the event listener 8 - 12 times. If all that data is concatenated together, it's all there. Here's the java code based off the example on the rxtx.org site:
[ October 15, 2008: Message edited by: Chris Emerson ]