RetroNET for VIC-20

Modding and Technical Issues

Moderator: Moderators

Post Reply
User avatar
Gorf
Vic 20 Dabbler
Posts: 92
Joined: Tue Feb 09, 2016 6:55 pm
Website: http://home.macintosh.garden/~europa/
Location: United States
Occupation: Eccentric Musician

RetroNET for VIC-20

Post by Gorf »

I was watching a video on this device and it was stated in the video that you could adapt this device to work on any computer with a serial port. I think it would be neat to get this working on the VIC-20, so I was wondering if anyone knew how hard it would be to adapt this to use the VIC's serial port. :D

Here is the product page:
https://backofficeshow.com/shop/retronetpcb

Here is the video I was watching:
https://www.youtube.com/watch?v=QvC7K5DRSDA

Thanks!
User avatar
srowe
Vic 20 Scientist
Posts: 1340
Joined: Mon Jun 16, 2014 3:19 pm

Re: RetroNET for VIC-20

Post by srowe »

Depends on what the lowest baud rate it supports. The VIC can only do up to 2400 baud, and flow control is a problem. You'd have to use a software method like XON/XOFF as the KERNEL routines don't support symmetric RTS/CTS hardware flow control.
User avatar
Gorf
Vic 20 Dabbler
Posts: 92
Joined: Tue Feb 09, 2016 6:55 pm
Website: http://home.macintosh.garden/~europa/
Location: United States
Occupation: Eccentric Musician

Re: RetroNET for VIC-20

Post by Gorf »

srowe wrote:Depends on what the lowest baud rate it supports. The VIC can only do up to 2400 baud, and flow control is a problem. You'd have to use a software method like XON/XOFF as the KERNEL routines don't support symmetric RTS/CTS hardware flow control.
Ok, thanks! Hopefully this will work, it looks like a neat, low-cost solution to getting the VIC online. :)
User avatar
Mike
Herr VC
Posts: 4841
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Re: RetroNET for VIC-20

Post by Mike »

RetroNET is no fundamentally different from what can already be done with a WiModem (see here).

Except WiModem directly plugs into the userport, and RetroNET requires yet another set of level shifters to adapt the signals between TTL and RS232C. If you have a VIC-1011A and a RS232C 25pin-to-9pin-adapter/cable handy, you're already there, of course.

Those devices merely provide a bridge between RS232C and WLAN - they need the necessary infrastructure on the WLAN side and corresponding software on the VIC side to get anything useful done.
User avatar
Gorf
Vic 20 Dabbler
Posts: 92
Joined: Tue Feb 09, 2016 6:55 pm
Website: http://home.macintosh.garden/~europa/
Location: United States
Occupation: Eccentric Musician

Re: RetroNET for VIC-20

Post by Gorf »

Mike wrote:RetroNET is no fundamentally different from what can already be done with a WiModem (see here).

Except WiModem directly plugs into the userport, and RetroNET requires yet another set of level shifters to adapt the signals between TTL and RS232C. If you have a VIC-1011A and a RS232C 25pin-to-9pin-adapter/cable handy, you're already there, of course.

Those devices merely provide a bridge between RS232C and WLAN - they need the necessary infrastructure on the WLAN side and corresponding software on the VIC side to get anything useful done.
Ok, interesting. Thanks! Does the WiModem accept the Hayes command set? If not, what commands are used to interface with it? :)
User avatar
Mike
Herr VC
Posts: 4841
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Re: RetroNET for VIC-20

Post by Mike »

Gorf wrote:
Mike wrote:RetroNET is no fundamentally different from what can already be done with a WiModem (see here).

Except WiModem directly plugs into the userport, and RetroNET requires yet another set of level shifters to adapt the signals between TTL and RS232C. If you have a VIC-1011A and a RS232C 25pin-to-9pin-adapter/cable handy, you're already there, of course.

Those devices merely provide a bridge between RS232C and WLAN - they need the necessary infrastructure on the WLAN side and corresponding software on the VIC side to get anything useful done.
Ok, interesting. Thanks! Does the WiModem accept the Hayes command set? If not, what commands are used to interface with it? :)
Indeed. My pleasure! Yes. {ε}
User avatar
Gorf
Vic 20 Dabbler
Posts: 92
Joined: Tue Feb 09, 2016 6:55 pm
Website: http://home.macintosh.garden/~europa/
Location: United States
Occupation: Eccentric Musician

Re: RetroNET for VIC-20

Post by Gorf »

Mike wrote:Indeed. My pleasure! Yes. {ε}
Ok, thanks! :)
Post Reply