Current use of getSlave(int) method is incorrect because we ask for the key that we did not put at the first place.
Also when closing serial slave we did not remove by portname of serial params. I fixed those problems and added some necessary synchronization.
Hi,
Current use of getSlave(int) method is incorrect because we ask for the key that we did not put at the first place. Also when closing serial slave we did not remove by portname of serial params. I fixed those problems and added some necessary synchronization.