Putting the VIC-20 On the Internet

Basic and Machine Language

Moderator: Moderators

Post Reply
brain
Vic 20 Nerd
Posts: 538
Joined: Sun Jul 04, 2004 10:12 pm

Putting the VIC-20 On the Internet

Post by brain »

I've been playing around with putting my VIC-20 on the Internet.

As a start, I typed in the simple term prg in the VICmodem manual.
I used a user port RS232 interface connected via a null modem cable to my PC.

On the PC side, I ran tcpser, a utility I wrote that bridges a serial port to TCP/IP and supports the Hayes command set.

atdt mypc:23 got me into the PC
stty columns 22
export TERM=dumb

It worked, but the screen was hard to deal with. So, I obtained a copy of Screen-40. Now, a 40 column screen works better, but VT-52 or VT-100 emulation is really needed.

So, I am currently writing a terminal application for the expanded VIC.

I also am working on a UART cartridge for the VIC-20.

Jim
vic user
VicGyver
Posts: 1401
Joined: Thu Mar 25, 2004 9:40 am

Post by vic user »

I think there are a couple of people who would be very excited to find out how you get on with the terminal app., including me!

Would love to be able to use some of the Hayes command set with the vic.

Please keep us posted :)

Chris
User avatar
Schema
factor
Posts: 1430
Joined: Tue Mar 23, 2004 7:07 am
Website: http://www.jammingsignal.com
Location: Toronto, Ontario

Re: Putting the VIC-20 On the Internet

Post by Schema »

brain wrote:So, I am currently writing a terminal application for the expanded VIC.
Very cool! Actually, Tom Stock has called my BBS with his VIC20, just using a simple terminal program and his HayesEm program (like TCPser).

What seems to be really lacking, though, is a terminal program for the VIC20 that supports file transfers. As was discussed on comp.sys.cbm recently, it's still awkward to get files fron the 'net onto the VIC. (Usually a 64 is used to get the files onto a floppy disk).
brain
Vic 20 Nerd
Posts: 538
Joined: Sun Jul 04, 2004 10:12 pm

Post by brain »

OK, as of tonight I have a homemade VIC-20 UART Cartridge operating on my unit...

38,400 bps on my VIC...

Gotta write a small app to exercise it now.

Jim
User avatar
Jeff-20
Denial Founder
Posts: 5759
Joined: Wed Dec 31, 1969 6:00 pm

Post by Jeff-20 »

:shock:
High Scores, Links, and Jeff's Basic Games page.
Post Reply