Time to finally plug something into the user port. But does this thing have any value in the 9600 baud range for the VIC? Should one buy it at all, or are there any issues that'd bite one in the backplate?
Thanks a million in advance.
Was looking here: https://www.tindie.com/products/8bit_br ... ct-reviews
Best regards,
pixel
Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
Moderator: Moderators
Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
- fishhack66
- Vic 20 Newbie
- Posts: 13
- Joined: Tue Jul 25, 2023 8:49 am
- Website: http://www.vanportmedia.com/PAL-1
- Location: Cascadia, USA
Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
Back in the "long, long ago time," my VIC would occasionally drop data at 2400 baud just relying on the onboard 6522s (my SupraModem from then still works fine), and only 1200 baud was reliable. 9600 would be a big step up, indeed. At US$30, it might be worth a gamble.
Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
"UP9600" is a c64 specific hack, it uses the serial shift registers of the CIA
everything else should work fine with the VIC20 though
everything else should work fine with the VIC20 though
I'm just a Software Guy who has no Idea how the Hardware works. Don't listen to me.
Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
Thank you very much! I'll grab one then. 

A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
I've documented the known problems with the KERNAL RS-232 routines here. In summary, bidirectional data is reliable up to 1200 baud, you can have 2400 baud, but only in one direction. Hardware flow control is plain broken, you need something implemented in software to avoid buffer overruns.
Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
Thanks! … and oops.srowe wrote: ↑Sat Sep 07, 2024 7:26 am I've documented the known problems with the KERNAL RS-232 routines here. In summary, bidirectional data is reliable up to 1200 baud, you can have 2400 baud, but only in one direction. Hardware flow control is plain broken, you need something implemented in software to avoid buffer overruns.


A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose