Welcome, Guest. Please login or register.

Author Topic: Finalization of Sum A600 development  (Read 5135 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Dandy

  • Hero Member
  • *****
  • Join Date: Apr 2004
  • Posts: 1221
    • Show all replies
    • http://www.wiehltalbahn.de/en/
Re: Finalization of Sum A600 development
« on: November 18, 2015, 09:48:33 AM »
Quote from: Spidi;795405


Sum A600 development has been completed thereby introducing a new and compact solution that allows connecting USB keyboard devices to Amiga 600 computer.



Sounds like a great product!

Just one question:
Why just support for USB keyboards - why not also support for USB mice with the same device?
Original Amiga mice and even PS/2 mice are also rare nowadays...

Quote from: Spidi;795405


Sum adapter enables connecting USB HID keyboards to your Amiga. It has been designed for installation inside A600’s casing. Sum is based upon 16-bit Microchip microcontroller.
...



Would it also be possible to make such a device for the A500 series?
I would have use for three A500 compatible devices and one A1200 compatible device...
All the best,

Dandy

Website maintained by me

If someone enjoys marching to military music, then I already despise him. He got his brain accidently - the bone marrow in his back would have been sufficient for him! (Albert Einstein)
 

Offline Dandy

  • Hero Member
  • *****
  • Join Date: Apr 2004
  • Posts: 1221
    • Show all replies
    • http://www.wiehltalbahn.de/en/
Re: Finalization of Sum A600 development
« Reply #1 on: November 19, 2015, 06:49:44 AM »
Quote from: Oldsmobile_Mike;799285


Just FYI in case you were not aware:

http://amigakit.leamancomputing.com/catalog/product_info.php?products_id=1259



Thanks for the link - but the last time I bought an off-the-shelf USB/PS2 mouse for use on my Amigas with the Cocolino adapters I could have bought 5 of those off-the-shelf USB/PS2 mice for the price of one of these Classic Boing Ball Mice...
:crazy:
All the best,

Dandy

Website maintained by me

If someone enjoys marching to military music, then I already despise him. He got his brain accidently - the bone marrow in his back would have been sufficient for him! (Albert Einstein)
 

Offline Dandy

  • Hero Member
  • *****
  • Join Date: Apr 2004
  • Posts: 1221
    • Show all replies
    • http://www.wiehltalbahn.de/en/
Re: Finalization of Sum A600 development
« Reply #2 on: November 19, 2015, 06:59:51 AM »
Quote from: duga;799284


Because the keyboard controller doesn't handle the mouse.
...



Hmmm - I highly doubt that USB keyboards and USB mice connected to an USB host (be it a Deneb/Poseidon like in my case or a SUM like in this discussion) are controlled by the keyboard controller at all...
:confused:

But I also might have gotten it completely wrong...

EDIT:
Then I might be better off with the Anaiis USB stack and an clockport Subway from E3B for my A500s. I have clockports on the Viper520s fitted in my A500s.
This solution seems to offer both - keyboard and mouse support - and even more:

"ANAIIS, acronym for Another Native Amiga IO Interface Stack
...
Native because it is all written in C language (some parts are in Assembly).
Amiga because this computer worths this kind of program.
Input/Output because it works for mice, keyboards, thumbs and printers.
Interface because it translates usb transactions into Intuition events.
Stack because this kind of program is called like that.
...
ANAIIS controls internaly :
- (9,0,0) alias hub
- (3,1,1) alias keyboard (boot keyboard)
- (3,1,2) alias mouse (boot mouse)

and externaly:
- (7,1,1), (7,1,2) alias printer (uni and bi-directional)
- (8,6,80) alias massstorage (bulk only with embedded scsi commands)
           SATA disk, sticks, keys, thumbs, card readers...
- (3,0,0) vendor=0x044f 1103 product=0xb320 45856 ThrustMaster (joypad with
rumble)
- all external program by using a Sirion like API.
- like pl2303 vendor=0x067b 1659 product=0x2303 8963
..."
« Last Edit: November 19, 2015, 07:39:50 AM by Dandy »
All the best,

Dandy

Website maintained by me

If someone enjoys marching to military music, then I already despise him. He got his brain accidently - the bone marrow in his back would have been sufficient for him! (Albert Einstein)