avrdude: ser_open(): can't open device "/dev/cu.usbserial-FTA9OFFR ": No such file or directory
but I believe the port address is correct as LS gives:
ls /dev/cu.*
/dev/cu.Bluetooth-Incoming-Port /dev/cu.usbmodem00219274
/dev/cu.serial1 /dev/cu.usbserial-FT1CHRG2
/dev/cu.usbmodem00219272 /dev/cu.usbserial-FTA9OFFR
I have verified that entry /dev/cu.usbserial-FTA9OFFR appears and disappears with each ftdi insertion and removal so I know I have the correct cable selected.
This is the serial port for the ftdi cable to z80ctrl port A
Any ideas on this?
cd /Library/Extensions/
rm -Rf rm -Rf FTDIUSBSerialDriver.kext/
Rather than deleting it, I would move FTDIUSBSerialDriver.kext/ somewhere else ( or take a backup first ).
I don't recall if I needed to reboot but it's probably worth doing that afterwards.
Sorry if this is a little vague.
Dave
I had seen the decisive tactics article but did not expect that to be the cause.
Richard
Now if only someone would make an RC2014 video card with Amstrad PCW support and a rom bios for booting pcw disks :)
Yes I did see the email but not had the chance to follow it up with diagnostics - I do have a 'scope (Philips - old but hopefully effective); however following in the direction you noted : I have built up a couple of new SCC backplanes, but not self powered, powered through ftdi, and I am still getting the problem. I've also built an SCC Z80 and SCC SIO/2 so if the problem is reproducible in all permutations then it points to my z80ctrl pcb build.
Do you know if the z80ctrl works with the scc z80 cpu + memory board?
I am waiting for a powered hub to enhance power supply through ftdi in case my pc usb is not driving it sufficiently - in a few weeks I shall also update one of the new backplanes to be self powered, components from Mouser, bumping up the order with IDE PCB components to hit free shipping. I use genuine FTDI cables so they should be transferring Vcc ok, but I prefer a powered backplane.
--
You received this message because you are subscribed to a topic in the Google Groups "RC2014-Z80" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rc2014-z80/zEVQ0_elPo4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rc2014-z80+...@googlegroups.com.
To post to this group, send email to rc201...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rc2014-z80/0b35bdad-98ef-45d5-86e0-adce4e4162e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
b) I can boot cpm2.dsk and get cpm signon and disk prompt A> followed by infinite stream of ^@, which is not halted by ctrl-c
c) I can do loadhex hello.hex then run 100 ; then I get an infinite stream of "hello, world" - I expected only one iteration.
hello.hex is quirky, and I don't think hello.hex matches hello.asm. Gives "hhhhhello world" typically (instruction 109 is ret where I would expect halt). Will look into that when I've got asm tools on host pc so I can build asm to hex then xm down to z80ctrl.
Would be great if z80ctrl allowed simh hdir to work and r and w commands to transfer into and out of active simh disk from microsd while running the cpm os. :) then I could xmrx to microsd, boot cpm and bring file into cpm disk.