tschak909 Posted August 6, 2020 Author Share Posted August 6, 2020 2 minutes ago, DrVenkman said: Thanks! ? 1 2 Quote Link to comment Share on other sites More sharing options...
jeffpiep Posted August 8, 2020 Share Posted August 8, 2020 On 8/5/2020 at 4:54 PM, Mr Robot said: First output from my Fujinet P: device. Mind Blown! Here are 2 pdf's printed using Daisy-Dot II I'm posting in the bug thread for two things. 1. There is something going on at the top of the pages, it looks like a header/footer isn't being printed on the page correctly, I wonder if the page size is wrong?I don't know how to set it. 2. The DDIIDOC.1 file should be 11 pages and it's only 6, I'm going to try and print it again when the fujinet finishes plotting an Atariartist picture to svg (What a time to be alive!) Here are a couple of screenshots to show off the awesomeness DDIIDOC1.pdf 3.78 MB · 4 downloads readme.pdf 432.51 kB · 4 downloads Thanks for stressing the emulator! The EPSON FX emulator sets the first line to print on the bottom of the previous page. I had to do this to make The Print Shop output OK. A work around is to execute a linefeed right before printing. I could make another instance of the emulator that starts at the top of the page as expected - that might be easiest for everyone. P.S. I could not open the DDIIDOC1.pdf file. Quote Link to comment Share on other sites More sharing options...
Mr Robot Posted August 8, 2020 Share Posted August 8, 2020 9 minutes ago, jeffpiep said: P.S. I could not open the DDIIDOC1.pdf file. It downloads and opens fine in Firefox and Preview (mac) here How are you setting the page length? It looks like when it hits a form feed it's not quite hitting the top of the next sheet. This used to happen on real printers when the lines per page wasn't set correctly and you were using fan fold paper Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted August 8, 2020 Share Posted August 8, 2020 2 minutes ago, Mr Robot said: It downloads and opens fine in Firefox and Preview (mac) here Chrome on Windows gives an error; Foxit Reader (also Windows) gives an error that indicates the file is incomplete or corrupted, but does open it. Quote Link to comment Share on other sites More sharing options...
jeffpiep Posted August 8, 2020 Share Posted August 8, 2020 1 minute ago, DrVenkman said: Chrome on Windows gives an error; Foxit Reader (also Windows) gives an error that indicates the file is incomplete or corrupted, but does open it. Got it - Firefox opens it. It's curious how all the different readers handle errors. I need to track down what Acrobat doesn't like in that file. Thanks! Quote Link to comment Share on other sites More sharing options...
Mr Robot Posted August 8, 2020 Share Posted August 8, 2020 I'm still trying to find a good picture print program, I'm struggling to remember which one I used as a kid but I want to throw a few pics at the epson and okimate emulators. Quote Link to comment Share on other sites More sharing options...
tschak909 Posted August 8, 2020 Author Share Posted August 8, 2020 Just now, Mr Robot said: I'm still trying to find a good picture print program, I'm struggling to remember which one I used as a kid but I want to throw a few pics at the epson and okimate emulators. We also have GRANTIC mode, which can be used with the GRANTIC.ATR posted in the main #FujiNet thread, that can capture screen dumps. Quote Link to comment Share on other sites More sharing options...
jeffpiep Posted August 8, 2020 Share Posted August 8, 2020 9 minutes ago, Mr Robot said: I'm still trying to find a good picture print program, I'm struggling to remember which one I used as a kid but I want to throw a few pics at the epson and okimate emulators. This would stress the EPSON FX emulator some more: That post prompted me to ask C.B. if we could screen dump the color pixel data instead of ESC/P dot graphics - he wrote the GRANTIC screen dump. The Okimate is getting there ... i'll have something soon for printing with its COLOR print utility. 4 Quote Link to comment Share on other sites More sharing options...
Brentarian Posted August 8, 2020 Share Posted August 8, 2020 19 hours ago, Mr Robot said: I'm still trying to find a good picture print program, I'm struggling to remember which one I used as a kid but I want to throw a few pics at the epson and okimate emulators. I think RamBrandt had a print module that let you print in b&w or color. Quote Link to comment Share on other sites More sharing options...
Mr Robot Posted August 15, 2020 Share Posted August 15, 2020 Couple of bugs in the latest firmware/tnfsd You can select an empty host line, it takes you to a blank screen with this at the bottom I don't know what a DIRECTORYter is TK-II keyboard PG-Up and PG-Down act like arrow Up/Down not < and > Filter returns the first file in the list Searching for "antic*" returns everything with antic in it somewhere But searching for "rob*" does not return all the copies of Mr Robot in the root Searching for "*rob*" works though I got this error Trying to insert a long filename file inside a long foldername into d1 Pressing OPTION does not boot the Fujinet unless you are back at the host screen which is something you now have to hit esc to get back to because of the staying in the current folder thing (which works great!) that you just implemented. Quote Link to comment Share on other sites More sharing options...
tschak909 Posted August 15, 2020 Author Share Posted August 15, 2020 From what I see here, the build doesn't have the latest config, I've done a ton of changes in the last two days... sorry, things are moving REALLY fast. -Thom Quote Link to comment Share on other sites More sharing options...
Mr Robot Posted August 15, 2020 Share Posted August 15, 2020 I updated from Funjinet Flasher immediately before doing the tests. Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted August 17, 2020 Share Posted August 17, 2020 I downloaded and flashed my FujiNet with the latest code today. Very nice improvements in CONFIG - thanks Thom! But I did discover a bug in the long file name listing when a filter is being used. See below: Quote Link to comment Share on other sites More sharing options...
tschak909 Posted August 17, 2020 Author Share Posted August 17, 2020 Ok, try that one more time? I did explicitly adjust directory positions when filters are being used, but it looks like in some cases read dir will return the wrong entry, and I am trying to track down why this is happening... -Thom Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted August 17, 2020 Share Posted August 17, 2020 4 minutes ago, tschak909 said: Ok, try that one more time? Different file, different directory, different filter - same kind of erroneous result in the long name at bottom. Quote Link to comment Share on other sites More sharing options...
tschak909 Posted August 24, 2020 Author Share Posted August 24, 2020 (edited) @DrVenkman That one was weird, but I found it. The function to display the long filenames was not being passed the correct variable (in this case, the directory path + the assigned filter), so it was repositioning the directory cursor as if no filter was being specified. This only affected the long filename display. I have fixed it, and the test you did above just worked consistently, for me. This was not found sooner because of how I habitually use the file selector, my bad. I have asked @mozzwald to crank another build with this fix. -Thom Edited August 24, 2020 by tschak909 6 1 Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted August 24, 2020 Share Posted August 24, 2020 2 minutes ago, tschak909 said: @DrVenkman That one was weird, but I found it. 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted August 24, 2020 Share Posted August 24, 2020 31 minutes ago, DrVenkman said: Build is ready for you 2 Quote Link to comment Share on other sites More sharing options...
+DrVenkman Posted August 25, 2020 Share Posted August 25, 2020 2 hours ago, mozzwald said: Build is ready for you Bazinga! Thanks, fellas. 3 Quote Link to comment Share on other sites More sharing options...
venom4728a Posted August 28, 2020 Share Posted August 28, 2020 (edited) Hello, All. I have a free weekend and am looking to finally get in to using my Fujinet device. I wanted to first bring it up to the latest firmware. I downloaded the Fujinet Flasher and USB to UArt driver, installed both. When I plug the micro-usb cable in, nothing on the computer side happens, it doesn't recognize anything has been attached. No, de-dunk sound, Nothing pops up under device manager either. I installed the driver it said it was successful. I ran the flasher as Admin. I tried 3 different usb cables. I tried 1 windows 10 laptop, tried multiple usb ports I tried 1 windows 7 laptop, tried multiple usb ports Both are running 64bit os. On the Fujinet side the 3 LED light up for a couple of seconds then go off. Am I missing a step? Thank You. Edited August 28, 2020 by venom4728a Quote Link to comment Share on other sites More sharing options...
mozzwald Posted August 28, 2020 Share Posted August 28, 2020 7 minutes ago, venom4728a said: Hello, All. I have a free weekend and am looking to finally get in to using my Fujinet device. I wanted to first bring it up to the latest firmware. I downloaded the Fujinet Flasher (as Admin) and USB to UArt driver, installed both. When I plug the micro-usb cable in, nothing on the computer side happens, it doesn't recognize anything has been attached. No, de-dunk sound, Nothing pops up under device manager either. I tried 3 different usb cables. I tried 1 windows 10 laptop, tried multiple usb ports I tried 1 windows 7 laptop, tried multiple usb ports Both are running 64bit os. On the Fujinet side the 3 LED light up for a couple of seconds then go off. On Windows I believe it should appear under com ports in device manager if the driver is installed correctly, otherwise as something with an exclamation point. The 3 light flash and then off is normal for the leds. Seems like the FujiNet is booting at least but the USB interface chip is separate. Hard to say exactly what the problem is. Sounds like you've tried the common stuff. Usually it's cable or driver problem. I flash each one via USB before shipping. That doesn't mean something didn't happen enroute. Quote Link to comment Share on other sites More sharing options...
venom4728a Posted August 28, 2020 Share Posted August 28, 2020 5 minutes ago, mozzwald said: On Windows I believe it should appear under com ports in device manager if the driver is installed correctly, otherwise as something with an exclamation point. The 3 light flash and then off is normal for the leds. Seems like the FujiNet is booting at least but the USB interface chip is separate. Hard to say exactly what the problem is. Sounds like you've tried the common stuff. Usually it's cable or driver problem. I flash each one via USB before shipping. That doesn't mean something didn't happen enroute. I just tried a 4th usb cable and it came up worked. Weird the first 3 usb cables did not work. Thank you for the response. it says it flashed to the latest version. I seen a bunch of stuff flying by the screen, so sure something happened, 1 Quote Link to comment Share on other sites More sharing options...
jamm Posted August 28, 2020 Share Posted August 28, 2020 Side note: You may not need the UART driver. I set up a new Windows 10 machine two weeks ago and have been using it to update firmware, debug, etc., without issue using the Windows built-in driver. Quote Link to comment Share on other sites More sharing options...
Kyle22 Posted August 29, 2020 Share Posted August 29, 2020 Request: WinXP32 Flasher. Link Please. Thank You. Quote Link to comment Share on other sites More sharing options...
tschak909 Posted August 29, 2020 Author Share Posted August 29, 2020 (edited) deleted Edited August 29, 2020 by tschak909 tourettes :P Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.