GuybrushThreepwood, on Tue Jan 25, 2011 6:25 AM, said:
Hi and thanks for your reply! The modification needed to disable cart detection is very simple and I will do it ASAP. For what concerns the adapter needed to connect to the Lynx, please send me all the links and/or pinouts that you think may be necessary. I can't succeed in finding my comlynx cable anymore so it's better if possible to have a solution with a built-in jack to connect directly to the Lynx otherwise I would buy another comlynx cable. Have a good day!

I did some surfing and found a really nice cable that seems to support the Lynx non-standard baud rates.
Have a look at
ftdi cables
All the electronics is inside the USB connector
The price is not bad. £16 for a single cable. If you order one choose a +5V version without a connector.
The ComLynx connector is a 2.5mm stereo one. Leave the tip unconnected, connect TxD and RxD together to the middle ring and connect GND to the outmost ring.
You need my Mttty.exe application for downloader to work. My server is mostly crashed now. I try to find a new spot for my uploads.
I also committed a new BLL-configuration template to the cc65 compiler maintainer. The idea is to be able to create downloadable applications simply by adding "-C lynx-bll.cfg" to the command line of the linker command.
cl65 -C lynx-bll.cfg -o md5.com $(OOBJECTS) lynx.lib
If you rather build a cart you can use the standard config file like:
cl65 -C lynx.cfg -o md5.lnx $(OOBJECTS) lynx.lib
or you can leave it out and just specify the target to be a Lynx like:
cl65 -t lynx -o md5.lnx $(OOBJECTS) lynx.lib
Well. I still need to write the MD5 application.
--
Regards,
Karri
Edited by karri, Wed Jan 26, 2011 1:38 AM.