Hi !
I have uploaded the sketch to my Arduino nano, connected it to an ATF1504AS and tried to Upload a XSVF File to it with the Python scripts.
I enter this Command to Upload the file:
python xsvf -p /dev/ttyUSB0 FE3Test.xsvf
And here is the Error Message, that I get when trying to Upload the XSVF File:
snocksman@raspberrypi:~/JTAG/extras/python $ python xsvf -p /dev/ttyUSB0 FE3Test.xsvf
Traceback (most recent call last):
File "/home/snocksman/JTAG/extras/python/xsvf", line 57, in <module>
main()
File "/home/snocksman/JTAG/extras/python/xsvf", line 46, in main
u.upload_all_files(args.fileName)
File "/home/snocksman/JTAG/extras/python/Uploader.py", line 150, in upload_all_files
ok = self.upload_one_file(fd)
File "/home/snocksman/JTAG/extras/python/Uploader.py", line 144, in upload_one_file
line.translate(Uploader._translate_str))
TypeError: a bytes-like object is required, not 'str'
What can I do to get it running...?
Hi !
I have uploaded the sketch to my Arduino nano, connected it to an ATF1504AS and tried to Upload a XSVF File to it with the Python scripts.
I enter this Command to Upload the file:
And here is the Error Message, that I get when trying to Upload the XSVF File:
What can I do to get it running...?