USB module?

BlitzMax Forums/BlitzMax Programming/USB module?

Sub_Zero(Posted 2013) [#1]
Has anyone written a usb module for blitzmax?


GaryV(Posted 2013) [#2]
To do what?


xlsior(Posted 2013) [#3]
Brucey wrapped LibUSB.

you can get it from his SVN respository.


Hardcoal(Posted 2013) [#4]
Brucey Saves the world


Sub_Zero(Posted 2013) [#5]
Again =)


Brucey(Posted 2013) [#6]
There is an updated/new libusb that I need to convert to. It's meant to be better, and works properly on OS X.

My new serial module works great over USB (if you are into serial over USB) ;-)


Hardcoal(Posted 2013) [#7]
Im into Serials in general (with milk)


AdamStrange(Posted 2013) [#8]
Hi Brucey,

What is the module called and where can it be simply accessed?

I've been to brucey.net, modules working, modules list, wxMax, etc - it's not easy trying to track down your stuff especially the recent code.


xlsior(Posted 2013) [#9]
It's either bah.libusb or bah.serial, depending on the one you want.

They're both part of his SVN repository:
https://code.google.com/p/maxmods/

You'll need an SVN client to download everything, though.


AdamStrange(Posted 2013) [#10]
ok, thanks for that. I'll let you know how i get on :)


xlsior(Posted 2013) [#11]
Note that that that webpage only contains links for some of the modules, not all of them... Easiest way to sync the whole thing:

- download Sliksvn
- If you don't already have one, create a bah.mod subdirecotry under your blitzmax\mod folder

c:\SlikSvn\bin\svn checkout http://maxmods.googlecode.com/svn/trunk/ c:\blitzmax\mod\bah.mod


(will download all the modules in his repository)

sit back and wait, because there's a LOT of modules. :-?


Brucey(Posted 2013) [#12]
sync the whole thing

Slightly excessive if you only want one ;-)


AdamStrange(Posted 2013) [#13]
yep, couldn't find a simple solution to getting just the mods I wanted, so I've got the lot now - lol


GaryV(Posted 2013) [#14]
There is no such thing as too many Brucey mods.


Sub_Zero(Posted 2013) [#15]
Lol, indeed :)


xlsior(Posted 2013) [#16]
Slightly excessive if you only want one ;-)


Does not compute.

You need all of them.

(a Raknet mod that would compile on windows would be nice, for example. ;-)