Copyright (C) 2022-present @Maarten_ Licensed under the MIT licence on Scratch Licensing on GitHub is under the GNU General Public License v3.0. Prototype to convert a packet with data into serial bytecode. There are already two implementations (Both in Java, and C/C++ on GitHub) Java: https://github.com/McMaartenz/serialreadwrite C/C++: https://github.com/McMaartenz/serialreadwritec This Scratch project merely features writing and does not (yet) support reading a packet from a byte array. Scratch severely limits the interaction with lower-level system components and data types, and thus requires a whole abstraction layer in order to simulate these features.