Difference between revisions of "Talk:83Plus:Software:usb8x/BASIC Interface"

From WikiTI
Jump to: navigation, search
(The pages exist...)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This page doesn't seem to have any links...
 
This page doesn't seem to have any links...
  
No, the links exist, they are just broken. --[[User:TheStorm|TheStorm]] 00:25, 3 March 2009 (UTC)
+
:No, the links exist, they are just broken. --[[User:TheStorm|TheStorm]] 00:25, 3 March 2009 (UTC)
  
Someone NEEDS to add the values for BASIC input.  I know I had them written down somewhere, but I can't find them.  Really, this page is useless if you don't explain how to use the application.  I am still looking for the codes, but they aren't in readme's or anything!
+
Someone NEEDS to add the values for BASIC input.  I know I had them written down somewhere, but I can't find them.  Really, this page is useless if you don't explain how to use the application.  I am still looking for the codes, but they aren't in readme's or anything! [[User:JoostinOnline|JoostinOnline]]
  
I think I managed to get some a long time ago... :/ I will see if I can find them. [[User:Galandros|Galandros]] 14:14, 3 November 2009 (UTC)
+
:I think I managed to get some a long time ago... :/ I will see if I can find them. [[User:Galandros|Galandros]] 14:14, 3 November 2009 (UTC)
 +
::Only found http://wikiti.brandonw.net/?title=83Plus:Software:usb8x/Sample_Code#BASIC and I think the links existed in the wikiTI but were lost somehow. [[User:Galandros|Galandros]] 14:30, 3 November 2009 (UTC)
 +
 
 +
:::Okay, I went through the source code and I found the values.  I still can't believe there is no proper documentation for usb8x.
 +
 
 +
* 0  IsDeviceConnected
 +
* 1  KillUSB
 +
* 2  MouseDemoInit
 +
* 3  MouseDemoDo
 +
* 4  GetClass
 +
* 5  GetIDs
 +
* 6  Version
 +
* 7  MSDInit
 +
* 8  MSDImportVariable
 +
* 9  MSDExportVariable
 +
* 10  KBDInit
 +
* 11  KBDGetKey
 +
* 12  USBInit
 +
 
 +
:::I am not very good at writing Wiki pages (I don't even remember how anymore), but I hope someone else will use these codes to create pages. Joostin 16:37, 3 November 2009 (UTC)
 +
::::Edit: Added USBInit (12) to the list.  Since the names in the code are different than the ones in the page's table, they need to be changed. [[User:JoostinOnline|JoostinOnline]] 16:21, 5 November 2009 (UTC)
 +
 
 +
::::I edited to lists. See [[http://en.wikipedia.org/wiki/Wikipedia:Tutorial_%28Formatting%29 this tutorial] and try the sandbox. [[http://wikiti.brandonw.net/index.php?title=Sandbox here]]
 +
::::My English is not the best but I am good, I think, in formatting if I have the time and patience to it.
 +
::::I can't believe too because the documentation of msd8x and usb8x are the tops viewed pages in WikiTI...
 +
::::[[User:Galandros|Galandros]] 21:15, 3 November 2009 (UTC)
 +
 
 +
I just fixed the order of the functions and added command numbers.  [[User:JoostinOnline|JoostinOnline]] 17:34, 5 November 2009 (UTC)
 +
 
 +
== The pages exist... ==
 +
 
 +
I think the commands exist on the wiki but they are not linked correctly.
 +
 
 +
Example:
 +
http://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/BASIC_Interface/GetIDs
 +
 
 +
 
 +
Good job, it looks great! I am going to clean up the links on those linked pages. [[User:JoostinOnline|JoostinOnline]] 22:59, 9 November 2009 (UTC)
 +
 
 +
:: I saw the other links but correcting these, open the way to others.
 +
:: Actually TheStorm pointed that the pages exist but didn't correct. I rediscovered while seeing Random Pages and coming across one. ^^
 +
:: Happy hunt to fix links. [[User:Galandros|Galandros]] 14:27, 10 November 2009 (UTC)

Latest revision as of 07:27, 10 November 2009

This page doesn't seem to have any links...

No, the links exist, they are just broken. --TheStorm 00:25, 3 March 2009 (UTC)

Someone NEEDS to add the values for BASIC input. I know I had them written down somewhere, but I can't find them. Really, this page is useless if you don't explain how to use the application. I am still looking for the codes, but they aren't in readme's or anything! JoostinOnline

I think I managed to get some a long time ago... :/ I will see if I can find them. Galandros 14:14, 3 November 2009 (UTC)
Only found http://wikiti.brandonw.net/?title=83Plus:Software:usb8x/Sample_Code#BASIC and I think the links existed in the wikiTI but were lost somehow. Galandros 14:30, 3 November 2009 (UTC)
Okay, I went through the source code and I found the values. I still can't believe there is no proper documentation for usb8x.
  • 0 IsDeviceConnected
  • 1 KillUSB
  • 2 MouseDemoInit
  • 3 MouseDemoDo
  • 4 GetClass
  • 5 GetIDs
  • 6 Version
  • 7 MSDInit
  • 8 MSDImportVariable
  • 9 MSDExportVariable
  • 10 KBDInit
  • 11 KBDGetKey
  • 12 USBInit
I am not very good at writing Wiki pages (I don't even remember how anymore), but I hope someone else will use these codes to create pages. Joostin 16:37, 3 November 2009 (UTC)
Edit: Added USBInit (12) to the list. Since the names in the code are different than the ones in the page's table, they need to be changed. JoostinOnline 16:21, 5 November 2009 (UTC)
I edited to lists. See [this tutorial and try the sandbox. [here]
My English is not the best but I am good, I think, in formatting if I have the time and patience to it.
I can't believe too because the documentation of msd8x and usb8x are the tops viewed pages in WikiTI...
Galandros 21:15, 3 November 2009 (UTC)

I just fixed the order of the functions and added command numbers. JoostinOnline 17:34, 5 November 2009 (UTC)

The pages exist...

I think the commands exist on the wiki but they are not linked correctly.

Example: http://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/BASIC_Interface/GetIDs


Good job, it looks great! I am going to clean up the links on those linked pages. JoostinOnline 22:59, 9 November 2009 (UTC)

I saw the other links but correcting these, open the way to others.
Actually TheStorm pointed that the pages exist but didn't correct. I rediscovered while seeing Random Pages and coming across one. ^^
Happy hunt to fix links. Galandros 14:27, 10 November 2009 (UTC)