-
-
Notifications
You must be signed in to change notification settings - Fork 5
serial_cable
mithrendal edited this page Mar 11, 2023
·
3 revisions
vc64web features a virtual serial RS232 cabel which is connected with the user port of the emulated c64 ... on the host side this cable is connected to javascript
to configure the speed use
wasm_configure('OPT_SER_SPEED',600);
To send bytes via the serial cable into the c64 use:
wasm_write_string_to_ser('hello commodore');
the outgoing serial byte/textbuffer from the c64 is copied into a javascript variable
rs232_message
- simple hashtag preconfiguration
- preconfig with JSON notation
- using direct start links for sharing on social media
- preconfig of scripts and buttons
- scripting support for simple tasks
- scripting support for complex tasks like programming a game specific AI
lightweight integration into your own webpage (with only a few lines of code)
- using the web player for embedding and controlling vc64web inside another webpage
- preloading the web player with specific system roms
- send scripts into the emulator via the webplayer
- customizing the icon bar at the bottom of the webplayer
- how to preload original system roms and autostart a .d64 title
create a standalone package which contain all files to run your C64 program