Picoputer Part 5:It Gets More Complicated
The picoputer emulator is still attached to the link adapter, but the Arduino Mega is now a pipe that routes traffic to and from a USB link to a PC. The PC runs a server program which can load a binary file (.btl or .bin) to the picoputer. As the link adapter uses a proper transputer link, this should also work for a real transputer. More details: https://trochilidae.blogspot.com/2021/07/stack-based-with-os-in-hardware.html Code: https://github.com/blackjetrock/picoputer
The picoputer emulator is still attached to the link adapter, but the Arduino Mega is now a pipe that routes traffic to and from a USB link to a PC. The PC runs a server program which can load a binary file (.btl or .bin) to the picoputer. As the link adapter uses a proper transputer link, this should also work for a real transputer. More details: https://trochilidae.blogspot.com/2021/07/stack-based-with-os-in-hardware.html Code: https://github.com/blackjetrock/picoputer