I want to read data fr开发者_高级运维om a weighbridge terminal that is connected via a serial port. I want to read data when user presses the 'Read Weight' button. What can be the best approach?
Use a library such as the Java Communications API to access your serial ports.
精彩评论