• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.
  • We've made some quality of life improvements to the Trading Post. More info here.

Recent content by Tashtari

  1. Tashtari

    TashTalk USB

    8 channels should be plenty. The signals you want to attach to are all on the PIC (U2 on the USB-TashTalk board): .--------. Supply -|01 \/ 08|- Ground LocalTalk <-> RA5 -|02 07|- RA0 --> UART Out Driver Enable <-- RA4 -|03 06|- RA1 <-- UART In...
  2. Tashtari

    TashTalk USB

    Correct on both counts. TashTalk (the PIC firmware, that is) does no filtering of what it sees on the LocalTalk bus - every frame it sees, whether it's a control frame (RTS, CTS, ENQ, ACK) or a data frame, no matter who it's addressed to, is relayed over the UART output. Frames that TashTalk...
  3. Tashtari

    Reverse Engineer the PowerKey by Sophisticated Circuits?

    It could be, if someone who's more of an electrical engineer than I am decided to lay out a board (and an enclosure)... I'd take a stab at it myself, but the thing is that mains current is involved... I don't feel super comfortable dealing with that, both from the perspective of my own skills...
  4. Tashtari

    TashRouter: An AppleTalk Router

    I just pushed a change to the repo that adds a brand new type of port, a NullModemPort. Previously I had ignored the "half router" use case that Inside AppleTalk detailed, but this port implements exactly that. For example, running this router on a Windows machine: router = Router('router'...
  5. Tashtari

    TashRouter: An AppleTalk Router

    Excellent, glad to hear it!
  6. Tashtari

    TashRouter: An AppleTalk Router

    It defaults to 0.0.0.0, but you can change the interface address for LtoudpPort by passing the intf_address argument to it, comme ça: router = Router('router', ports=( LtoudpPort(seed_network=1, seed_zone_name=b'LToUDP Network', intf_address='1.2.3.4'), MacvtapPort(macvtap_name='macvtap0'...
  7. Tashtari

    TashRouter: An AppleTalk Router

    Okay, this is what I did, it's been pushed to github - @fergycool, can you give this a try? Besides the erroneous behavior of the AT ImageWriter and friends, are there any consequences of them being short form? TashRouter's Name Information Service broadcasts short-form DDP datagrams, and...
  8. Tashtari

    TashRouter: An AppleTalk Router

    Hmm. So this is caused by LkupRouter routing a datagram that it's pretending it didn't originate, which means it'll have a hop count of 1, which means it can't be short-form... but it tries to make it short form and fails. I could solve this one of two ways: One, I could force the generated...
  9. Tashtari

    TashRouter: An AppleTalk Router

    Okay, so I've pushed an update to the github with two changes: One, the 'lookup router' that was in name_information5.zip that should make the AppleTalk ImageWriter II work properly. This behavior is disabled by default, though - to enable it, add route_lkup_replies=True to the arguments to...
  10. Tashtari

    TashRouter: An AppleTalk Router

    Trying to clear some of the many rocks out of my head and work a little on TashRouter again... Thanks for this, I've merged it in. I also made a change to support BSD taps, which have a slightly different interface to Linux TUN/TAP and broke that into two classes (LinuxTapPort and BsdTapPort)...
  11. Tashtari

    Calling all owners of rare ADB devices!

    Hmmm. Will have to keep an eye out for one to come up for sale...
  12. Tashtari

    Calling all owners of rare ADB devices!

    Interesting! I'd love to add that to the device list - there are some special questions that can be asked of mice, like which of the three possible protocol handlers they support. I'll message you about it shortly (been crazy busy lately...)
  13. Tashtari

    Calling all owners of rare ADB devices!

    I haven't! I did get my hands on a JL Cooper Media Control Station at one point and RE its protocol, but it sounds like the two are quite different animals... the Media Control Station has a mode that sends proprietary ADB commands, but mostly it seems you program it to send keystrokes or mouse...
  14. Tashtari

    TashIO: Clone of BeeHive Technologies's ADB I/O

    So one of the creators of the original ADB I/O has resurfaced and is selling five of them on ebay... bit rich for my blood at $280 starting bid, though. https://www.ebay.com/itm/198289571175 It's made me wonder, though, what ever happened to the board designs folks were working on? I'd be...
  15. Tashtari

    TashMachine: Verilog IWM Clone

    Turns out I'm wrong about this, Yellowstone seems like it's more its own thing, somewhere between the Liron card and the "Apple II 3.5 Disk Controller" (aka Superdrive) card. I'm not 100% sure, though... my primary interest is Macs, not Apple IIs, like I said, so I've got some considerable gaps...
Back
Top