Recent content by twelvetone12

  1. T

    TashTalk: Single-Chip LocalTalk Interface

    Yeah this was my "lazy" attempt lol, my original idea was to just modify the emulator to support TashTalk directly.
  2. T

    TashTalk: Single-Chip LocalTalk Interface

    I like this idea! I tried implementing the TCP part and some of the serial part, and it looks promising. I got my address using TashTalk on the serial and hijacked the emulated mac on TCP, tomorrow if I have a bit of time I want to try to put it all together.
  3. T

    TashTalk: Single-Chip LocalTalk Interface

    I've been playing a bit again with TashTalk lately: I was trying out this emulator called "snow" which can pipe serial output to a TCP ports, so I was wondering if TashTalk could be used to pipe localtalk from an emulated environment directly to the physical wires. I actually managed to get data...
  4. T

    USB2LT TashTalk Usb to LocalTalk

    @cheesestraws this was bugging me a lot because it worked perfectly in test? but mystery solved! That schematic is a very early revision, and indeed RTS and CTS are wrong (I still have the hand-patched board). This is the current, working, revision! EDIT: I also added the full schematic
  5. T

    USB2LT TashTalk Usb to LocalTalk

    Mmh I haven't touched this in a couple years, when I tested it it worked pretty well, but right now I have no capacity to work on this anymore.
  6. T

    PowerBook 540c - Did a thing (OS 8.6)

    I had (and still have) a 520c with the nupowr 117, and boy it is slow with 8.5+! The original '040 with 8 feels way faster!
  7. T

    Oh No! More Macs

    Ahh then the smell! Or maybe only second class smells bad lol
  8. T

    Oh No! More Macs

    Giruno in fist class? Not a bad commute!
  9. T

    I have everything on GitHub! https://github.com/xhero/USB2LT But there was really no interest...

    I have everything on GitHub! https://github.com/xhero/USB2LT But there was really no interest for these, so I don't think I will make more.
  10. T

    JSON parser lib for Mac OS?

    I use cJSON on a couple embedded systems and it works ok. You can override the various allocation/deallocation functions. The only drawback is that it parses everything in one go so if you very limited resources and huge json files it can be a problem.
  11. T

    If you like browsing more camera stuff, there is Camera Kitamura just behind the station in...

    If you like browsing more camera stuff, there is Camera Kitamura just behind the station in Akihabara, I got some nice Nikon lenses there. But I love just browsing around the electronic shops, I wish they still existed in my country!
  12. T

    Akihabara? Go also to the old radio shops, they are very neat and some have also old Mac stuff...

    Akihabara? Go also to the old radio shops, they are very neat and some have also old Mac stuff. The Gyukatzu place in your map is also very good it you like tonkarzu ;) If you have time, try also to get in a Hard off out of the city (like in Yokohama, which is a great day trip by itself), they...
  13. T

    PowerBook 100/CM4 - Convert Analog Brightness/Contrast wheels to Digital Inputs?

    I think you could just read the two pots with two ADC channels, it will read a min and max value and then you can convert that in whatever you need. What is PowerBook 100/CM4? Is it replacing the logic board with a RpI?
  14. T

    Netatalk 4.0 - Future-proofing Apple File Sharing

    I used macipgw + LocalTalk + Netatalk (+ AirTalk to have IP over DDP over IP for full redundancy) and in my experience it works very well. FTP is super tricky since in active mode you need to open a port to the world and forward it on all routers: your main router and the computer with macipgw...
  15. T

    ModTashtalk: lt0 driver for Linux

    I'm here! More or less! This summer with great help from @dougg3 I made an attempt at submitting the module to the Linux kernel, and it was rejected with some comments. Nothing to impossible to fix, but unfortunately I got a nasty case of the virus, my window of opportunity was lost, real life...
Back
Top