From: Francesco M. <f18...@ya...> - 2008-11-22 00:37:15
|
Hi, Frans Schreuder ha scritto: > Hi Francesco, >> Hi, >> using the upp_wx program I've thought to the following >> changes/improvements... let me know what you think of them. >> >> 1) the toolbar currently uses two radio boxes to inform the user about what >> hardware has been detected. This is a misuse of the checkbox widget; in fact in >> upp_wx they aren't used for user input just as "read-only" displays, isn't it? >> > You can actually click those radio boxes, if you have used the > bootloader and then want to switch to usbpicprog mode, you can use them. Strange; I've tried to use it to switch from "usbpicprog" to "bootloader" but it prints various stuff on the console (see the end of this mail for a copy and paste of them) and then upp_wx automatically reselects "usbpicprog". > Also in the rare case when you have an usbpicprog and a bootloader > connected, you can choose one of them. this is not a general solution however; it could happen you have more than 1 usbpicprog and/or more than 1 bootloader connected. I'd suggest adding an "Actions->Select programmer" option which displays more info about the attached hardware and lets you choose the usbpicprog/bootloader you want. In any case using two radioboxes in the toolbar isn't "clear" IMHO... >> I'm ready to help with any of these tasks... >> > If you give me your sourceforge name, I'll make you member of the > developers group and give you SVN write access. Thanks! My SF username is "frm"... Bye, Francesco =========================== USB debug enabled, remove #define USB_DEBUG 10 in hardware.cpp to disable it usb_set_debug: Setting debugging level to 2 (on) ID: 0x11246 usb_os_init: Found USB VFS at /dev/bus/usb usb_os_find_busses: Found 005 usb_os_find_busses: Found 004 usb_os_find_busses: Found 003 usb_os_find_busses: Found 002 usb_os_find_busses: Found 001 usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 001 on 005 error obtaining child information: Operation not permitted usb_os_find_devices: Found 002 on 004 usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 001 on 004 error obtaining child information: Inappropriate ioctl for device error obtaining child information: Operation not permitted usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 001 on 003 error obtaining child information: Operation not permitted usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 001 on 002 error obtaining child information: Operation not permitted usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 005 on 001 skipped 1 class/vendor specific interface descriptors usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 004 on 001 skipped 1 class/vendor specific interface descriptors skipped 1 class/vendor specific interface descriptors usb_os_find_devices: couldn't get connect info usb_os_find_devices: Found 001 on 001 error obtaining child information: Operation not permitted error obtaining child information: Operation not permitted error obtaining child information: Operation not permitted USB debug enabled, remove #define USB_DEBUG 10 in hardware.cpp to disable it usb_set_debug: Setting debugging level to 2 (on) ID: 0x11246 =========================== -- |