No-DTR Download and Native mode

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

No-DTR Download and Native mode

Post by Don_Kirby »

I had been using the no DTR download method with the VM mode devices, and I'm wondering if the method is still valid with the new compiler. I haven't been able to get it to work as of yet, although I can successfully download via the standard method.

Are the internal workings of the DTR-less download unchanged in the Native mode devices? How about the compiler/IDE. In other words, should I need to make any specific changes in order to download, sans DTR, with native mode?

-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: No-DTR Download and Native mode

Post by dkinzer »

Don_Kirby wrote:Are the internal workings of the DTR-less download unchanged in the Native mode devices?
Yes, but now that you mention it I realize that it hasn't been tested. One thing that does need to be done, just as it does with the VM mode devices, is to set the ATN character value. It is disabled by default.
- Don Kinzer
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Re: No-DTR Download and Native mode

Post by Don_Kirby »

dkinzer wrote:One thing that does need to be done, just as it does with the VM mode devices, is to set the ATN character value. It is disabled by default.
Is this still the proper method?

Code: Select all

Public ATNChar as Persistent Byte Based &H0013 
ATNChar = &H04
-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: No-DTR Download and Native mode

Post by dkinzer »

Don_Kirby wrote:Is this still the proper method?
Yes, it's the same as for VM-mode devices. All of the address assignments in System Persistent Memory are the same between the two.
- Don Kinzer
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Post by Don_Kirby »

That's what I thought.

Can you verify that the No-DTR download works in native mode? I can't get it to work here, but the problem might not be related to the compiler/downloader.

-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Don_Kirby wrote:Can you verify that the No-DTR download works in native mode?
I have verified that it does not work. As yet, I don't know why.
- Don Kinzer
Locked