dear lynxmotion
1- I want to interface with the registers but i coundnt find thier adresses.
also i want to know how to include the libraries and which libraries
{to the program basicatom-pro IDE }
2- the computer can’t find the basic atom pro28 while it is connected and i tried to change the rest hold time but aslo in vain.
note i’m using a usb to serial cable (gigabyte)
and i tried this on different computers with different windows (vista, XP, 7 )
so what else should i do in order to find it
thankx in advance
I am not Lynxmotion but I will try to give a few tips…
I am sorry but I do not understand this question. What Registers?
if you are talking about the underlying microcontrollers (H8/3694)registers or IO registers. In Basic you can access them directly without knowing their address. For example with TimerA you can access the register TMA to get the current count but name:
Myvar = TMA. If you really want to know their address you can open H83694 document which you can access from the help menu of the IDE and look at section 20.1
If you are working in Basic there are no libraries to load, the compiler takes care of everything for you. If you are instead talking about a program in assembly language or C then there are a few GNU toolchain libraries that are stored in directories where you installed the IDE…
or??? SSC-32 register?
Have you reviewed the several threads about serial connections? For example: viewtopic.php?f=4&t=4704
Not all USB serial cables work well. Not sure if people have had any luck with gagabyte ones or not. That is why Lynmotion now sells one that they know works. What chip set is the gigaware one based on (Prolific, FTDI, …). If you do a Find Processor under preferences does it find it at all? In the drop down list of IO ports try selecting a different port and then reselect the port your BAP is connected to. Sometimes this has helped… What version of the IDE are you using?
I didn’t know that the usb serial cables differs from one another thats why i dint buy it from lynxmotion anyway i tried searching for the gigaware usb serial cable but i cant find specific info about the chip set but i think it is FTDI ( does any chip set exists its name is asci ? )
the computer can’t find the processor
but only 2 or 3 three times found it on a specific reset hold time as example {reset hold times was 22 } but when i tried it again on that time {22} i didnt find it again
also i tried changing the com number but it didnt work
Look at the driver for the cable. See if there is anything called “latency” if there is adjust it to the minimum. If there is nothing like that, you are probably going to need to get a better USB to serial cable.
ASCII is American Standard Code for Information Interchange