2010-12-19, 19:12:34
There seems to be a problem with the path. If you execute from home/dave/PIC2/PIC/ds30 Loader/bin, you shouldn't get "..file not found:/usr/bin/devices.xml"
Try
You should get something like this:
Try
Code:
cd "/home/dave/PIC2/PIC/ds30 Loader/bin"
mono ./ds30LoaderConsole.exe --list-ports
You should get something like this:
Quote:linux-jetf:/home/mikael/Download/ds30 Loader/bin # mono ds30LoaderConsole.exe --list-ports
KDE colorscheme read failure, using built-in colorscheme
Loading port plugin ds30LoaderPortIxxat.dll: no supported on this OS
Loading port plugin ds30LoaderPortKvaser.dll: no supported on this OS
Loading port plugin ds30LoaderPortPCAN.dll: no supported on this OS
Loading port plugin ds30LoaderPortSerial.dll: found 9 ports
Loading port plugin ds30LoaderPortVector.dll: no supported on this OS
Loading external device database...408 devices found
Available ports
/dev/ttyS0, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS1, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS2, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS3, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS4, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS5, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS6, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyS7, no restrictions on baud/bitrate by ds30 Loader
/dev/ttyUSB0, no restrictions on baud/bitrate by ds30 Loader
End of available ports, exiting
Press any key to continue