Hi everyone, I am very new to Java. My company is using Visual Basic data logging desktop application to send and receive data from Atmega8, and the atmega8 is connected to gas sensor. The data includes ambient temperature and converted raw output from the sensor. I only have the hex file for atmega8, and I dont know the data format. Could anyone tell me how to get data from atmega8 by Java via RS232, and how the data package look like when it is sent from atmega8?
Thank you.