![]() |
HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter (/thread-191331.html) |
HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Bart (UK) - 08-21-2011 See addition to article 1060.
Re: HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Walter B - 08-21-2011 Congratulations :-)
Re: HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Hubert Weikert - 08-21-2011 Good news, thank you for! Still trying to get SAM-BA working with the WP34S on Linux. Unfortunately Atmel supports on Linux only the CDC version. Serial SAM-BA requires some specialities not supported by the CDC variant, like sending some kind of sync characters for auto-baud initialisation, and probably others.
I use a FTDI chip based USB-to-serial converter. A further, less comfortable alternative for flashing may be sam7utils but up to now I get errors when the program tries to open the usb-serial port, with invalid ioctl() calls.
Hubert
Re: HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Marcus von Cube, Germany - 08-21-2011 What is the _cdc version? I know it exists but have no idea what it is for.
Re: HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter - Hubert Weikert - 08-22-2011 As far as I get it, CDC is a serial port emulation 'on the far end', for two systems interconnected by USB. The embedded system uses then a own USB driver and hardware on chip, and no serial RxD and TxD pins anymore. CDC stands for "Communication Device Class". Some explanation can be found in this Atmel App-Note. Essentially, as the two system are now interconnected by USB, there seems to be no need anymore to be concerned about restrictions as given by a hardware serial connection. CDC supports also multiple interfaces, e.g. mass storage and networking.
Hubert
|