Dale
4 years ago
In Windows 10 how do I edit files that are on a serial device when the device does not present a disk drive? I am talking about things like my tinyPico and Teensy 4.0 boards.
Lemongrass says
4 years ago
I assume the device does have a filesystem on it? Or is the content hard baked into the device’s boot image? If the latter, then you’d have to make a new boot image with the changed file.
Lemongrass says
4 years ago
assuming there is a filesystem on the device, you’d have two options: either use a serial terminal emulator to connect to the device and use an editor running on the device to edit the file; or use a file transfer program to fetch the file from the serial device onto your big computer, edit it there, and then send it back the same way.
Lemongrass says
4 years ago
in the old days I would have used kermit for the transfers because it was the very best and supported on many different platforms. But it depends what serial file transfer protocol is supported by your device.
立即下載
Dale
4 years ago
I remember kermit!! Yes, I have to use special tools made for accessing these devices. The do have a file system, but they do not enumerate it.