Cannot connect to serial port at 115200 baud Cannot convert from 'Object to Int' Cannot convert int[] to object[] Cannot convert lambda expression to type 'System.Threading.Tasks.Task' Cannot convert null to 'int' because it is a value type--need help Cannot convert string[] to string in...
By using ArduinoJson library i can serializeJson to a character array and to a uart port like Serial1 or SerialUSB. Similarly same can be done with serializeMsgPack. Now the tricky part is i need to use unsigned char for serialize message pack. ...
{it.key}") } } return map } } class SerialTest3 { @Test fun test1() { val anyData = AnyData( name = "hello", anyValue = null, anyList = listOf("hi", 123, Long.MAX_VALUE, 2.7, true, null), anyMap = mapOf( true to listOf(123, 25.0, false), false to listOf(1.2, ...