some primitive MONitor thing

This commit is contained in:
minjaesong
2025-04-29 20:44:33 +09:00
parent a7df32378c
commit 8f6a82984e
7 changed files with 301 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ import kotlin.math.ceil
object SerialHelper {
private const val SLEEP_TIME = 4L
private const val SLEEP_TIME = 1L
fun sendMessageGetBytes(vm: VM, portNo: Int, message: ByteArray): ByteArray {
sendMessage(vm, portNo, message)

File diff suppressed because one or more lines are too long