Quote:
Originally Posted by CyDrive
Hello, I was just wondering whether or not the robot is capable of reading a text file. Or maybe is it possible to upload a single .c file to the robot at a time? Thank you for any help.
|
The IFI robot controller does not have access to a filesystem. I think the best alternative for your purpose is to implement your own protocol to read characters from the serial port and store them in EEPROM for later retrieval.