Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #5998
| From | Colin Leroy-Mira <colin@colino.net> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Possibly stupid question about cc65 and the Language Card |
| Date | 2023-01-08 11:41 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <20230108114146.746fba77@SGX-CMP-480> (permalink) |
| References | (2 earlier) <20230106180515.3617a49b@SGX-CMP-480> <6aa3fa25-8629-4d49-bb47-31c751bfd779n@googlegroups.com> <20230107182519.04915d11@SGX-CMP-480> <20230107191503.08c1398a@SGX-CMP-480> <2aafcc02-0582-43b8-8750-465015a03202n@googlegroups.com> |
Hi, >If you want to share the code, I'd be happy to investigate. This is very nice of you! The code is published on my repo at https://github.com/colinleroy/a2tools It may be a little annoying to setup, but if you got questions, I can answer them. I'm doing a little project of a serial/network proxy for my Apple //c. There's the server part, that runs on the PC (I'm coding on Linux, I hope it's portable), in src/surl-server. You start it with export A2_TTY=/dev/ttyUSB0 export A2_TTY_SPEED=9600 export A2_TTY_HW_HANDSHAKE=1 ./src/surl-server (use A2_TTY_HW_HANDSHAKE=0 if your serial cable only has TX/RX, or when emulating, depending on your emulator - using MAME, ser2net and a TCP socket bitbanger, I have to set it to 0.). And the client part is in src/stp/. Problems arise very quickly if you put the simple_serial_open() function of src/lib/simple_serial.c inside the #pragma code-name(push,"LC"). If it's too much of a bother to test, I'll totally understand :) -- Colin https://www.colino.net/
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-06 00:42 +0100
Re: Possibly stupid question about cc65 and the Language Card Oliver Schmidt <ol.sc@web.de> - 2023-01-06 01:18 +0000
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-06 18:05 +0100
Re: Possibly stupid question about cc65 and the Language Card Oliver Schmidt <ol.sc@web.de> - 2023-01-07 09:39 +0000
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-08-15 17:03 +0200
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-08-15 22:28 +0200
Re: Possibly stupid question about cc65 and the Language Card qkumba <peter.ferrie@gmail.com> - 2023-08-15 15:21 -0700
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-08-16 04:29 +0200
Re: Possibly stupid question about cc65 and the Language Card fadden <fadden@fadden.com> - 2023-01-07 08:25 -0800
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-07 18:25 +0100
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-07 19:15 +0100
Re: Possibly stupid question about cc65 and the Language Card qkumba <peter.ferrie@gmail.com> - 2023-01-07 19:32 -0800
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-08 11:41 +0100
Re: Possibly stupid question about cc65 and the Language Card qkumba <peter.ferrie@gmail.com> - 2023-01-09 07:30 -0800
Re: Possibly stupid question about cc65 and the Language Card Colin Leroy-Mira <colin@colino.net> - 2023-01-09 16:36 +0100
csiph-web