Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.35k stars 287 forks source link

Problem when a listener event #551

Closed LMS5413 closed 8 months ago

LMS5413 commented 8 months ago

Hello, I'm having an issue with the LISTENING_EVENT_DATA_RECEIVED event. When I try to listen to this event, it works; however, the Arduino cannot compile.

https://github.com/Fazecast/jSerialComm/assets/58144443/63d89fde-e0b0-43ef-ad1f-95ac16fd36b3

LMS5413 commented 8 months ago

Well, I came to the conclusion that you can't listen to 2 ports at the same time. Either you listen from Kotlin or you listen via Arduino IDE.