@startuml
Activate SerialManager
Activate InputStream
Activate ByteBuffer
group PURGE RX
[-> SerialManager: purgeRx()
SerialManager -> ByteBuffer : clear()
...
SerialManager <-- ByteBuffer
[<-- SerialManager: purgeRx()
end
newpage
group RECEPTION DONNEES
[-> SerialManager : A()
SerialManager -> ByteBuffer : compact()
SerialManager <-- ByteBuffer
[<-- SerialManager : A()
end
@enduml
If I remove the ... on the first page, the second page is correctly drawn!
Edit :
Only on SVG output, (PNG output is fine).
Edit : with the new feature of the new page of plantuml server:
first page:

second page:
