The eISCP protocol can be used over serial(RS-232) and over ethernet.
Since This already wraps the ISCP commands in the eISCP frame format, it should be easy to modify this project to support the serial connection as well.
Useful for older AVRs and modern ones as well (because RS-232 works in Standby mode I think - ethernet needs a higher power level in standby, my NR-807 uses 50W+ in this standby mode.
Another option which I also consider (and might post on github) is to emulate eISCP with a WiFi module. In this case everything should work as the receiver is seen as an eISCP receiver by clients even though it communicates with ISCP over COM.
The eISCP protocol can be used over serial(RS-232) and over ethernet.
Since This already wraps the ISCP commands in the eISCP frame format, it should be easy to modify this project to support the serial connection as well.
Useful for older AVRs and modern ones as well (because RS-232 works in Standby mode I think - ethernet needs a higher power level in standby, my NR-807 uses 50W+ in this standby mode.
Another option which I also consider (and might post on github) is to emulate eISCP with a WiFi module. In this case everything should work as the receiver is seen as an eISCP receiver by clients even though it communicates with ISCP over COM.