Results 10 comments of Florian

Hi, I've also written a gameboy emulator in go. (DMG only) but i have working sound. If you need any help let me know.

I think this has been fixed in 8a3bb0c01cb040714e80c6783033c3f7c885c1b7 So if you are using v1.0.0 it didn't contain the fix, but I guess v1.0.1 should work. At least I don't get...

Could you try a different reader? I guess it's either a problem with the reader or the generated checksum is wrong :( I'll have a look at it in a...

@nitram509 @jsouthworth could any of you say something about it? Btw which method did you call when you got the error?

Not yet. you'll need to implement it yourself. But it shouldn't be a big deal... Sorry that I've no time for this at the moment. But I would be happy...

Hi, I've added read support on https://github.com/boombuler/hid/tree/read which is very basic and is only implemented for OSX. If anyone could provide linux / windows code, I would be happy to...

Hi again. I've modified the source a little. @titanous I've read through your osx source code and if I'm correct you would lock an OS thread for each device you...

Sorry I'm not really into the linux code, maybe @nitram509 could help since he wrote it?

Anything special you are missing? Did you have a look at https://godoc.org/github.com/boombuler/hid ?

Have a look at https://github.com/boombuler/led That is a very small lib using this lib which can be used to control some led devices.