Coder Social home page Coder Social logo

windows-sdk2.0's People

Contributors

chyccs avatar mrlove1 avatar neolabconvergence avatar nlc-jychoi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

windows-sdk2.0's Issues

Clarification needed on download process

Hi NeoLab,
We are trying to download the stored data from the pen using the SDK - however after onFinishedOfflineDownload is triggered, nothing then seems to happen and there is no indication of where that data is now stored. We would like to get this data downloaded from the device and stored locally.
Could you please provide some clarification on the download process?
Thanks

Is there any way in java script to convert nproj file into image or pdf.

Hello There ,
I am using neo smart pen M1 and N2 . I have developed my own app using neo sdk. Addition to this I am also developed the web app for the same purpose.

Therefore I am stuck in conversion of json file (generated by android sdk ) into image or pdf to display in web app.
I am using java and javascript for my web application So my concern Is
Is there any way to convert nproj file into image or pdf because I want to display it on the web app.

Thanks

license questions

I cannot follow official neo smart pen forum link shown bottom of the page. Does it require an user account? if so, how to register?

I would like to know business license terms and conditions in detail.

  1. royalty for using sdk (ios, android and windows sdk.)
  2. ncode sdk license and conditions.
  3. can I resale ticket to 3rd party?
  4. can I resale development platform made from sdks?

your prompt reply is highly appreciated.

Yutaka Takahashi.

USB sample?

Hi!

I have seen you uploaded a USB sample, and tried with an N2 (NWP-F121), but couldn't connect to it.
Skimming through the source code looks like it is looking for virtual COM ports. But the pen does not show up as a virtual COM port.
Could you provide some info about how to connect via USB?

Thanks!

Demo out of size

The demo project have an issue in the size of form i tried to change the size but this doesn't solve the problem, the autosize is off.

Moleskine NWP-F70 doesn't register tilt/twist

Hello, my company recently purchased the new moleskine with the model NWP-F70. We were informed that it used protocol v2 which documentation says added tilt and twist functionality. Unfortunately, when using the WindowsSDK2.0 and running the Neosmartpen.Demo inside it seems like tilt and twist information is always 0.

  1. Have we done anything wrong? Does this version not have tilt&twist? Or is it just not supported yet by the SDK?

  2. Also, do you know if it is possible in anyway to modify the code to get distance as well for any version?

Thank you,
Josh Armour

Question: Download data via USB

Hi,

is it possible to download the data from the pen via USB or do you only offer Bluetooth for communication? I've got a project, where I have many pens and many PCs and it should be possible to download data from the pen, without pairing it with every PC.

Best regards,
Steve

Need Java script materials for integration of smart pen.

Hello There,

I am using smart pen for a purpose but I am trying to integrate it in my existing web app written in Java and JavaScript. Hence I am looking for the documents from where I can help my self to provide support to smart pen but haven't found any developer documentation in Java or JavaScript.

If you have any assistance regarding this please share. will appreciate the response.
Thanks

OfflineDataInfo does not contain page count information

One of the things we'd like our implementation to do is return all the data from the device in a single request - meaning that our implementation has to know how much data to expect from the SDK so it knows when to finish and return the final result.

When calling ReqOfflineDataList, the returned OfflineDataInfo objects always has a null 'Pages' attribute. This means that when we call PenComm.ReqOfflineData, we are unsure how many times we will receive the onReceiveOfflineStrokes callback (as this callback appears to be triggered once for every page) - at this point we have no way of knowing how many pages that note contains.

Some additional information:
Device model: NWP-F110
Device class: 1280 (V1)

Is it possible to retrieve the number of pages per note? Alternatively, is there some sort of indicator to identify the final onReceiveOfflineStrokes callback?

A4용지 규격으로 드로잉 테스트하는방법

안녕하세요

네오스마트팬 (M1+, N2) 두기종을 구매후, Ncode SDK 를 사용하여, Ncode-SDK2.0 에서 A4 규격으로 Dot 패턴을 인쇄하여 사용중인데
Windows-SDK2.0.demo 프로젝트에서 실시간 드로잉 이미지가 실제 드로잉되는 A4규격보다 더 작게 나오고, 위치또한 맞지않습니다.
해당문제를 해결하려면 프로젝트내 DrawStroke 메소드에서 변경해야하나요?

private void DrawStroke( Stroke stroke )
{
this.Invoke( new MethodInvoker( delegate()
{
lock ( mDrawLock )
{
//603 Ring Note Height 5.52 5.41 63.46 88.88
int dx = (int)( ( 5.52 * mWidth ) / 63.46 );
int dy = (int)( ( 5.41 * mHeight ) / 88.88 );

                Renderer.draw( mBitmap, stroke, (float)( mWidth / 63.46f ), (float)( mHeight / 88.88f ), -dx, -dy, 1, Color.FromArgb( 200, Color.Blue ) );

                pictureBox1.Image = mBitmap;
            }
        } ) );
    }

Sizing A4 and A3

I am struck when evaluation the stroke data.
In your DrawStoke function there is the following resizing:

//603 Ring Note Height  5.52  5.41 	63.46 	88.88 
                    int dx = (int)( ( 5.52 * mWidth ) / 63.46 );
                    int dy = (int)( ( 5.41 * mHeight ) / 88.88 );

                    Renderer.draw( mBitmap, stroke, (float)( mWidth / 63.46f ), (float)( mHeight / 88.88f ), -dx, -dy, 1, Color.FromArgb( 200, Color.Blue ) );

Could you explain where the numbers 5.52, 5.41, 63.46 and 88.88 come from?
What would be the correct numbers, if I want to resize to A4 or A3, respectively?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.