Search results

  1. Tashtari

    Reverse Engineer the PowerKey by Sophisticated Circuits?

    The 5-pin DIN is only seen on the PowerKey Pro 200, as far as I know. I believe the PowerKey Classic's Y cable just tees the 4-pin DIN straight. Yeah, I got my hands on one of these recently, only to find it's not actually a device on the ADB bus, it just pulls the ADB power-on line low when...
  2. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Interest check time! I'm considering putting together some TashPad kits for the US audience. I haven't priced out such an endeavor but I assume it'd wind up being similar to @demik 's EU group buy, that is, somewhere in the neighborhood of $30 for the PCB, parts, the case, and the case front...
  3. Tashtari

    Tashtari's ADB Tools (also a plea for rare devices!)

    ADBDB kits are back in stock over at my Ko-fi shop!
  4. Tashtari

    Cloning the AsantéTalk, or not

    I've made up some kits for new DE-9 PhoneNet dongles and put them up for sale on my Ko-fi shop.
  5. Tashtari

    AppleTalk adapter schematics

    Interesting, the specs on page 11 are the same as those given in Appendix A of Inside AppleTalk, and the specs on page 4 are similiar but slightly more permissive... Like @cheesestraws said, though, it has an odor of "this is what we used" rather than "this is what is required" about it. The...
  6. Tashtari

    Cloning the AsantéTalk, or not

    Looking into it more, MicroPython's threading support is "highly experimental", which is a problem, TashRouter depends heavily on threads. I like the idea of using MicroPython, though, I hope they get that together soon.
  7. Tashtari

    Cloning the AsantéTalk, or not

    The idea of using MicroPython is an interesting one that I might have to dig into more - the prospect of not having to rewrite the whole affair is very appealing... Interesting stuff, thanks for the tips.
  8. Tashtari

    Cloning the AsantéTalk, or not

    One sort of runs into the problems of price and complexity in trying to make a standalone device that fits that description. A Raspberry Pi plus a preloaded SD card and a TashTalk hat could form a plug-and-play solution, but a Raspberry Pi is a full fledged computer and can do much more than...
  9. Tashtari

    Cloning the AsantéTalk, or not

    I've been thinking about this project a lot over the past few days and I've come to the unfortunate conclusion that it doesn't make sense. The complexity of the task is such that it's too much for an 8-bit PIC, and if I move on up to a system like an ESP32, at that point, why not just implement...
  10. Tashtari

    Cloning the AsantéTalk, or not

    Very interesting! Thanks for digging into this. I might be able to do this on a PIC, though it seems only marginally less complicated than implementing a router, heh. I guess the principal data structure is simpler, at least, which helps when you've got a very small amount of memory to work...
  11. Tashtari

    Cloning the AsantéTalk, or not

    The bridge is going to have to have its own node address, at least on the LT side, isn't it? Otherwise, where do LT nodes send packets bound for different network numbers (and where do such packets come from when inbound?) It sort of sounds like the concept of a "bridge" requires the bridge to...
  12. Tashtari

    Anyone have a MacCharlie keyboard?

    This is probably a long shot considering how rare MacCharlies are, but... I find myself curious about the keyboard unit that came with them. If it plugged into the Mac's keyboard port (the one with the 4P4C phone headset-type jack), it's one of a very small number of devices that did, and maybe...
  13. Tashtari

    TashRouter: An AppleTalk Router

    MacvtapPort uses a different kind of network interface from a tap, a macvtap. Documentation on macvtaps is a bit scanty, but it's a sort of combination of a tap and a bridge. As for switching, it's just another method of getting EtherTalk connectivity, not necessarily better nor worse - if it...
  14. Tashtari

    Cloning the AsantéTalk, or not

    128k/512k Serial Ports Later Mac Serial Ports PC Serial Ports Standard RS-422 RS-422 RS-232 Signalling Voltage Differential Differential Unbalanced Host Connector DE-9 Female miniDIN-8 Female DE-9 Male Handshaking Signals HSKi Only HSKi/HSKo DSR/DTR and RTS/CTS +5V and...
  15. Tashtari

    Cloning the AsantéTalk, or not

    How does this logic sound: The bridge has a zone name and network number that can be manually configured. On startup it does a GNI to verify that they're valid if there's a router on the ET side of the network. If GNI response says they are, great. If the GNI response says the zone name is...
  16. Tashtari

    Cloning the AsantéTalk, or not

    Interesting, I suppose I was thinking of a more complicated mapping logic, but perhaps it's not necessary. Thanks for the pictures! I suppose I should clarify that by "cloning the AsantéTalk" I didn't mean making a direct clone of existing hardware on which to run existing software, but...
  17. Tashtari

    Cloning the AsantéTalk, or not

    That doesn't seem like much of a disadvantage. I'm having trouble visualizing how the bridge should resolve the difference between the nonextended (LocalTalk) and extended (EtherTalk) networks it sits between. Unlike a router, the bridge doesn't represent itself as a single node with addresses...
  18. Tashtari

    Cloning the AsantéTalk, or not

    Thanks. =) It's a legitimate question that should be asked, though, why use the complicated solution when a simpler one works just as well. Routers give you zones, which are useful in organizing big internets, I know that much, but I doubt even the most dedicated enthusiasts on this forum are...
  19. Tashtari

    Cloning the AsantéTalk, or not

    Well, that's what I'm asking myself, too.
  20. Tashtari

    Cloning the AsantéTalk, or not

    By using a router that has a LocalTalk port. TashRouter supports this with TashTalk (and LToUDP), and the Shivas and GatorBoxes have LocalTalk ports as well.
Back
Top