Home
Articles
DSerial for Nintendo DS
4 UART testing
Previous
1
2
3
4
5
6
A
Next
To test your UART port you need the following:
Start Terminal.exe (originally from: http://bray.velenje.cx/avr/terminal/)make the following settings:
Baud rate = 9600
Data bits = 8
Parity = None
Stop bits = 1
Then select the right COM Port and press "Connect"
Now on the DS press R to boot the firmware. (Please note that newer dserial software automatically boots the firmware)
Then press X to set the baud rate to 9600.
Press A to send a test string to your PC:
To send a message to your DS type something in the white textfield and click Send. You should now see the message string appear on your DS.
Previous
1
2
3
4
5
6
A
Next
Articles
DSerial for Nintendo DS
4 UART testingDSerial for Nintendo DS
4 UART testing
To test your UART port you need the following:
- - a cable to connect your DS to a PC,
- a PC,
- and your DSerial with the firmware uploaded (See previous paragraph)
Start Terminal.exe (originally from: http://bray.velenje.cx/avr/terminal/)make the following settings:
Baud rate = 9600
Data bits = 8
Parity = None
Stop bits = 1
Then select the right COM Port and press "Connect"
Now on the DS press R to boot the firmware. (Please note that newer dserial software automatically boots the firmware)
Then press X to set the baud rate to 9600.
Press A to send a test string to your PC:
To send a message to your DS type something in the white textfield and click Send. You should now see the message string appear on your DS.


