usb serial connect to 02sxb probs
usb serial connect to 02sxb probs
Hi,
i'm trying to connect my 02sxb board to the computer (usb)
the most basic thing you need to getting started.
it does connect (Connected to SXB at 9600 baud) , but then it all ends...
no Mensch Monitor.
i used easySXB and Putty.. no luck on both (same behavior)
tried COM1, COM3.. no go
but it does communicate, i can use the 'GET' button and get the info.
Where do i go wrong....?!
i'm trying to connect my 02sxb board to the computer (usb)
the most basic thing you need to getting started.
it does connect (Connected to SXB at 9600 baud) , but then it all ends...
no Mensch Monitor.
i used easySXB and Putty.. no luck on both (same behavior)
tried COM1, COM3.. no go
but it does communicate, i can use the 'GET' button and get the info.
Where do i go wrong....?!
Re: usb serial connect to 02sxb probs
what about RTS/CTS ?
Re: usb serial connect to 02sxb probs
GaBuZoMeu wrote:
what about RTS/CTS ?
I'm under the impression that there is no mensch monitor on the w65c02sxb.
and that you have to run or connect to it through the wdcdc (debugger)
but the debugger is doggy.. it give me adresses like 00:8000 instead of the 8000
the scroll button of the mouse ain't working and there is a heap of other complains
about this program... (like not function proper on windows 10)
so is there an other way to use the sxb without the debugger ?!
Re: usb serial connect to 02sxb probs
Did you try to follow https://wdc65xx.com/gettingstarted/02-s ... g-started/ ?
I can't as I haven't that particular board, so I don't know if it is working.
I can't as I haven't that particular board, so I don't know if it is working.
Re: usb serial connect to 02sxb probs
Yup... i started there, but that example project is not available anymore..
WDC Documentation on the w65c02sxb is scarce.
the one's that they have does not give me Anny good info
on how and what.
same goes for subroutines and in depth info on the board.
but that is part of the fun, figuring out how to work with the 02sxb..
WDC Documentation on the w65c02sxb is scarce.
the one's that they have does not give me Anny good info
on how and what.
same goes for subroutines and in depth info on the board.
but that is part of the fun, figuring out how to work with the 02sxb..
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: usb serial connect to 02sxb probs
The '02SXB and '816SXB are designed to be used with the WDC tools. The firmware on these boards talks a binary protocol used by the debugger application. Its not a full monitor.
Some one on this forum posted a python script that can download and run applications by generating the same protocol over a serial port. I've been working on a C# version but its not finished.
WDC wrote a document for each board that contains details of the hardware (but not the debugger firmware)
Some one on this forum posted a python script that can download and run applications by generating the same protocol over a serial port. I've been working on a C# version but its not finished.
WDC wrote a document for each board that contains details of the hardware (but not the debugger firmware)
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: usb serial connect to 02sxb probs
BitWise wrote:
The '02SXB and '816SXB are designed to be used with the WDC tools. The firmware on these boards talks a binary protocol used by the debugger application. Its not a full monitor.
...
WDC wrote a document for each board that contains details of the hardware (but not the debugger firmware)
...
WDC wrote a document for each board that contains details of the hardware (but not the debugger firmware)
i did find the hardware doc's, but indeed the debugger info would be handy...
especially for the subroutines
I use your sxb hacker for some background info on the registers and more (https://github.com/andrew-jacobs/w65c816sxb-hacker)
Anny chance of converting/making a w65c02sxb-hacker rom ?!
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: usb serial connect to 02sxb probs
Collen wrote:
I use your sxb hacker for some background info on the registers and more (https://github.com/andrew-jacobs/w65c816sxb-hacker)
Any chance of converting/making a w65c02sxb-hacker rom ?!
Any chance of converting/making a w65c02sxb-hacker rom ?!
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: usb serial connect to 02sxb probs
BitWise wrote:
I have a monitor for my ‘02 three chip boards that could be used as a starting point but I don’t have an ‘02 or ‘134 SXB to develop or test on.
i'll see if i can make the sxb-hacker work on my 02sxb board (no promises)
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: usb serial connect to 02sxb probs
Collen wrote:
BitWise wrote:
I have a monitor for my ‘02 three chip boards that could be used as a starting point but I don’t have an ‘02 or ‘134 SXB to develop or test on.
i'll see if i can make the sxb-hacker work on my 02sxb board (no promises)
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: usb serial connect to 02sxb probs
BitWise wrote:
I have a monitor for my ‘02 three chip boards that could be used as a starting point but I don’t have an ‘02 or ‘134 SXB to develop or test on.
Your monitor for the 3chip, is that https://github.com/andrew-jacobs/sb-6502 ?!
i noticed that @floodybust also has made a micro monitor...
got to start somewhere...
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: usb serial connect to 02sxb probs
Collen wrote:
Your monitor for the 3chip, is that https://github.com/andrew-jacobs/sb-6502 ?!
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: usb serial connect to 02sxb probs
Collen wrote:
BitWise wrote:
I have a monitor for my ‘02 three chip boards that could be used as a starting point but I don’t have an ‘02 or ‘134 SXB to develop or test on.
Your monitor for the 3chip, is that https://github.com/andrew-jacobs/sb-6502 ?!
i noticed that @floodybust also has made a micro monitor...
got to start somewhere...
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
Re: usb serial connect to 02sxb probs
Just a random thought... Those WDC boards use an FTDI chip for their serial over USB interface. I don't know a lot about windows... Maybe it needs a driver to work properly?
https://www.ftdichip.com/FTDrivers.htm
Good Luck!
https://www.ftdichip.com/FTDrivers.htm
Good Luck!