Version 1.03 has been uploaded to SourceForge. I managed to create fresh new Javadocs as well as create a tag.
There were a few minor changes, plus a fix to make READ FIFO work properly. I've not decided if I am going to upload Arduino sketches here or in a new project. Feedback would be welcome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Julie,
like Rob I dind't find another way to report bugs/problems/fixes.
So I hope you don't mind that I share my issue here.
In the latest release 1.03 in TCPMasterConnection.java the use of urgent data is not optional as setUrgentData() suggests.
In isConnected() urgent data is always sent: m_Socket.sendUrgentData(0);
In my case the slaves did behave strangely with urgent data.
After the fix it runs smoothly again :)
Thank you for your work on j2mod.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greets,
Version 1.03 has been uploaded to SourceForge. I managed to create fresh new Javadocs as well as create a tag.
There were a few minor changes, plus a fix to make READ FIFO work properly. I've not decided if I am going to upload Arduino sketches here or in a new project. Feedback would be welcome.
Thank you, Julie! We appreciate your hard work.
Is there a way for me to report bugs/problems/fixes?
Hi Julie,
like Rob I dind't find another way to report bugs/problems/fixes.
So I hope you don't mind that I share my issue here.
In the latest release 1.03 in TCPMasterConnection.java the use of urgent data is not optional as setUrgentData() suggests.
In isConnected() urgent data is always sent: m_Socket.sendUrgentData(0);
In my case the slaves did behave strangely with urgent data.
After the fix it runs smoothly again :)
Thank you for your work on j2mod.